11-29-2010 02:05 AM
11-29-2010 02:14 AM
hey underlabs,
at the current moment there are no API's available that allow us to communicate with the playbook's calendar/contacts/etc. using the current set of API's we can only make standalone apps that do not interact with personal data on the playbook. hopefully in the next SDK update (when that will happen is not known) they will allow us to do so.
11-29-2010 02:30 AM
11-29-2010 07:44 AM
Assuming the next SDK release does have an API for this, then you should be able to set and get contact and event information. If you mean by "alert" that you will have to create a GUI to show this information to the user from your application, possibly yes. Many applications that will use this information will probably be a subset of the information possible. If you have additional information that pertains to a contact or event, either the API will accomodate this via meta information or you will have to persist this yourself. But we have also seen the SDK provide some GUI infrastructure out of the box (eg account and password dialogs), so who knows. The SDK may provide customized and extensible controls for contacts and events that other applications can leverage -- providing faster development and consistent look to the end user. All TBD.