01-21-2013 06:41 AM
Hi,
Recently I have found that unlike android there is no background service for BB10 yet. Is there any way to set the system alarm or remainder for notification?
Solved! Go to Solution.
01-21-2013 08:31 AM
HI and welcome to the forums!
Nothing official has been released would you be kind enough to share you're link?
Thanks,
Bifocals
01-21-2013 09:20 AM
01-21-2013 09:57 AM
01-21-2013 10:24 AM
01-21-2013 10:43 AM
01-21-2013 10:48 AM
If you're not actually expecting the calendar/alarm to launch your app (i.e. to invoke it) then you can probably do what you want.
There seem to be two approaches, which you can pick from. One is to just invoke the calendar as a "card", which appears to let you pre-populate the various fields with information and then the user can accept, change, or cancel the creation of a new event. See https://developer.blackberry.com/cascades/document
You can also programmatically create events through the libbbpim.so library, using APIs described here: https://developer.blackberry.com/cascades/referenc
I have no experience with either but you can read there for yourself how they work.
01-21-2013 10:56 AM