create a calendar of webworks app OS 6, 7 event

Hello

I want to know if it is possible to create an event from a webworks application based on BB OS 7 and 6 in the calendar feature, is it feasible? If so can I have a link to the appropriate API or a sample of how to do it?

Thank you

The right to use API is documented here: https://developer.blackberry.com/bbos/html5/apis/blackberry.pim.appointment.html

Tags: BlackBerry Developers

Similar Questions

  • Create a calendar with Watchapp1 on the Apple Watch event

    Hello

    I'm new to the SWIFT programming language. During our school to school project, we would like to create an Apple Watch app, which allows you to create a calendar event. I get several pages of Google, but I can't find the right answer. Does anyone know if this implementation is possible with Watchapp1? On Google I found a few solutions, but these are developed with Objective C.

    I want to thank you in advance!

    Jelle

    Hi Jelle

    You posted in the technical support for the end user community.

    Developer forums are here:

    https://forums.developer.Apple.com/

    https://developer.Apple.com/

    Other resources for developers are available here:

    https://developer.Apple.com/

  • Super App, link the calendar to my webworks app.

    Hello

    I was wondering if someone can suggest and approach to achieve the following objectives. I am writing a webworks app that will add appointments to the native blackberry calendar. In field notes would be a link that allows you to jump into the webworks app. for example

    http://MyApp.com/showclient/10

    This link should be webworks out of the background applications and bring to the foreground and then show customer number 10 details.

    I started to address this problem by using a httpfilter for the domain "myapp.com.

    HttpFilterRegistry.registerFilter ("myapp.com", "mypackage.filters", true);

    in the Protocol.java method of the file openFilter filter I can see the name of the url (for example the action and the customer number etc.), but where I'm stuck is to identify mechanisms to invoke the JavaScript on my webworks app to bring to the forefront and to charge the customer.

    My current setup is an app of webworks with a native extension that records the httpfilter. At this point, I tried store away a reference to the scripting engine, the reference to javascript to call as a parameter to the method of extension, but when the URL is intercepted and I try to read read the script engine or the javascript reference, they are zero. I suspect that the httpfilter is picked up in a space of different application or something? S

    If someone can tell me how to leave a httpfilter to call my webworks app and give him the necessary information to pass to the right pages.

    Managed to fix this using using the ApplicationManager and post a global event and have a global event listener in my webworks application manage just incase of anyone trying to do something similar

  • Start/Invoking third-party apps from the WebWorks app

    Hi all

    Just a quick question. Is it possible to start/call a third party on a blackberry java application 7 from a WebWorks app?

    I did some research and it seems that it is impossible. I did the opposite and opened a WebWorks app from java application successfully but hope that it is possible.

    Thank you all for your time.

    Rob

    Unfortunately BBOS was not as flexible as BlackBerry 10 invocation framework and what was available on the side of Java is not inherently available in WebWorks.

    You can use the ApplicationManager:
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html

    Launch an application, if you know the information on the module itself.

    launch
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    launchApplication
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    runApplication
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...
    http://www.BlackBerry.com/developers/docs/7.0.0api/NET/rim/device/API/system/ApplicationManager.html...

    However, if you want to access these in WebWorks, you create a custom extension to call the native API (Java).
    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/Smartphone/template

  • [Deployment Webworks App device]

    Hi friends,

    I have developed webworks app and create a plugin private by QNX Momentics IDE.

    I could config to run application on Dev Alpha Simulator BB10_1_X.

    But when I deploy to device Z10 and executed, an error has occurred:

    Need of that error cannot find usr/lib/webplatform/plugins/jnext/lib*Jnext.so.

     

    Please help me. If you need more information, please comment here.

    Thank you very much.

    Dennis.

    Dear friends,

    Thanks for your help. I thank all. Through your help, I found a solution for this problem.

    The problem is related to ' dependency or link"*.so (shared objects) or the excutable in UNIX-Like file.» I think BB10 filesystem is SYSTEM-V, a type of UNIX systemfile.

    With Simulator to create a link to a libbrary EX: libbtapi, I said to "Simulator-Debug". But when I built for the camera, I don't, it's problem. Messade error that gave me BB10, it was bad message. I stated a dependant on "libbtapi" for "release device". Everything was OK.

    By the way.

    Thank you for all.

    Thank you.

    Dennis Ritchie.

  • How to adapt the start screen on all webworks App blackberry blackberry devices?

    I'm working on blackberry webworks app targeting blackberry 7 & lower OS versions. I have a 360 x 480 pixels boot image that adapts perfectly to the BlackBerry curve Smartphone 9380. But the same splash image does not fit into other devices with different screen sizes. So, now I have created the home screen with a different resolution. But I don't know how to use it? Can someone like me how to select the splash screen dynamic based on the resolution of the device or other means to solve this problem?

    Unfortuantely on BBOS, you can have a single element of the rim: loadingScreen:
    http://developer.BlackBerry.com/BBOS/HTML5/documentation/rim_loadingscreen_element_834680_11.html

    Whereas the BB10, you can have several elements of the rim: splash that the device would automatically take the best resolution of.

    Because it is a property of config/xml, there is no way to dynamically assign values. You would need a separate for each loadingScreen dimensions version.

  • Using JSR 172 stubs in WebWorks app

    Hello
    I'm new to webworks. I need to know how to access the webworks app webservices. I have a .net Server, and I created the stubs using JSR172. Now, I need to know how to use those heels in Webworks BB applications. Extension of JavaScript is a solution? If so, how to convert my heels as Extension of Javascript?

    Thanks in advance...

    Creating a script JavaScript extension for stubs will be complicated and is not portable to other platforms or the PlayBook.

    There are some examples out there how to call a web service SOAP directly via JavaScript and AJAX.  Here are just a few examples

    http://www.TechRepublic.com/article/easily-consume-SOAP-Web-services-with-JavaScript/5887775

    http://javascriptsoapclient.codeplex.com/

  • Make the text selectable in WebWorks App

    I created a PlayBook application using WebWorks, HTML and CSS and the app offers a great HTML textarea. For some reason, the user cannot select text to copy or paste text in.

    Is there something special that needs to be done to enable text selection? I checked my code and see nothing that prohibits text selection.

    Thanks for any advice.

    I tracked the solution (thanks to geniuses behind the app preview PlayBook). Check it out here: http://www.willw.net/enabling-copy-and-paste-in-a-webworks-app-for-the-blackberry-playbook/

    This simple solution that I was kicking myself for not understanding earlier!

  • Application of the WebWorks App launch

    Hi all

    I'm still new to the development of BlackBerry, but I'll try to find a way that if I have a WebWorks app (application) and a native app B, I would like to launch Application B with data of Application. Once the Application B is done, it must then be able to transmit some data more back to Application A.

    I started to look around and read through the api blackberry.launch

    https://origin-bdsc.webapps.BlackBerry.com/HTML5/documentation/ww_webrefs/blackberry_launch_971534_1...

    but from there I see that you are able to launch specific applications.

    All advice is appreciated.

    Kind regards

    Michael

    Hi Michael,

    You can do this today on BlackBerry OS 5.0 - BlackBerry 7 (J2ME platform) using the blackberry.invoke.JavaArguments API:

    https://bdsc.webapps.BlackBerry.com/HTML5/APIs/BlackBerry.Invoke.JavaArguments.html

    You can also leverage plans.  In the J2ME platform, you can create a hyperlink with this beginning: or email: or by sms: to invoke the corresponding application when clicked.  Here's an example page:

    http://BlackBerry.github.com/WebWorks-samples/kitchenSink/HTML/browser/schemes.html

    Thus, some MIME types are supported.  For example, if you had a link to a file external doc of your WebWorks App (for Tablet OS), so your users have to click on it then it would launch the corresponding application (DocsToGo).

    See you soon,.

  • PlayBook webworks app, image link border

    I create a game in webworks.

    I use for my links, images. I set border = "0" to just about everything.

    For my images:

            
                
            
    

    and in my CSS:

    img a{ border:0px;}
    img a:hover{border:0px;}
    img a:link{ border:0px;}
    img a:active{border:0px;}
    img a:visited{border:0px;}
    

    However, when I press the link (image) in my webworks app, I always seem to get the standard blue border around the image, I'm pressing.

    How should I do to fix this?

    Thank you!!

    a{ border:none; outline:none;-moz-outline-style:none;}
    a:active{ border:none; outline:none;-moz-outline-style:none;}
    a:focus{ border:none; outline:none;-moz-outline-style:none;}
    
    img a{ border:none; outline:none;-moz-outline-style:none;}
    img a:active{border:none; outline:none;-moz-outline-style:none;}
    img a:focus{border:none; outline:none;-moz-outline-style:none;}
    

    This fixed the problem. Thanks for coming back

  • WebWorks app broken after update of the PlayBook 1.0.5

    I just installed 1.0.5 last of the PlayBook updated software and my WebWorks app has stopped working. The app was transferred to unit using the mode of development and worked fine before the update. At the launch of the app, the app would freeze in a black screen.

    I've tried tinkering with config.xml and rebuilt the application several times. The problem would not go away. I even tried to create a minimal WebWorks with a Hello app world index.html, and this minimum app does not work either.

    Any contributions to this issue would be much appreciated!

    Thank you

    Brad

    PS. Here's my config.xml file:

    
    http://www.w3.org/ns/widgets"
            xmlns:rim="http://www.blackberry.com/ns/widgets"
            version="2.0.0"
            rim:header="RIM-Widget: rim/widget">
      Test
    
      test
    
      
    
    

    and index.html:

    
    
    
      Hi
    
    
      

    Hello world!

    Hi Brad,

    Yes, there's an incompatibilities for applications built with the beta version of the SDK WebWorks on indicated such 1.0.5 in the sticky at the top of the forum post

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/important-PlayBook-WebWorks-noti...

    Our developer relations team also sent emails to registered suppliers of App World, which had applications built WebWorks with the updated beta version level.

    The link above should state the details.

  • When you create a calendar in Photos for Mac, I can't work on the use of more than one Photo per month

    I created a calendar using Photos for Mac (picture 1,5).

    However, I can't create each month using several photos. It is the first calendar, I've done since the change of iPhoto pictures. I know I used to be able to choose various options for layout, including several photos in iPhoto. I just hope that it is something simple that I forgot.

    Thanks in advance.

    Right-click on a photo placed and select layout options - you have options from one to seven photos here

    LN

  • How to create a calendar, I don't have a calendar list

    I do not see how to create a calendar, can anyone help please

    File (Alt - F) - new - calendar

  • I have created a slideshow using Photos app. I wish that the images will appear in a random order (as they can in Power Point). I see no way to do it in the settings. Any advice?

    I have created a slideshow using Photos app. I wish that the images will appear randomly (as they can in Power Point), but I don't see where in the settings that allows this. Any thoughts?

    There is no option in Photos for MAc that allows you to randomly pull a slide show.

    You can create an album and have the album as an instant slide show in a random order using an Apple Script.

    See this link: Script: Shuffle Photos for an instant slide show in a random order

  • I bought a new Iphone 5 s of Snapdeal in India, but when I created an account in the App store and next step his asking me to specify the details of credit card and the iTunes gift cards and codes I don't have an option to select none that I just

    I bought a new 5s of Iphone of Snapdeal in India, but when I created an account in the App store and next step his asking me to specify the details of credit card and the iTunes gift cards and codes I don't have an option to select none I just an options to select Master card, Visa and Amex. So what should I do to continue without entering a those sections.

    This step must be completed before you can go to the next step in creating an App Store account. It is only for the purpose of verification and just incase accidentally make you an in - app purchase.

    You cannot create an App Store account without card number.

    I hope this helps.

    AppleMan

Maybe you are looking for