You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I cant remove events within the calendar that are created by blackberry.pim.calendar.createEvent.
Here is my sample code:
blackberry.pim.calendar.createEvent({"summary": "Fancy text","start": newDate(ui.result.datum),"end": newDate(ui.result.datum),"location": "-","allDay": true,"reminder": 0,"transparency": blackberry.pim.calendar.CalendarEvent.TRANSPARENCY_FREE}).save(function(){blackberry.ui.toast.show("Erscheinungstermin im Kalender gespeichert.");},function(error){blackberry.ui.toast.show("Erscheinungstermin nicht gespeichert.");});
I can remove them trough the calendar on the DAC but not on the Z10.
On the context menu there is just a button to share the event and not to delete them.
Both have the OS Version: 10.1.0.2342
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cant remove events within the calendar that are created by blackberry.pim.calendar.createEvent.
Here is my sample code:
I can remove them trough the calendar on the DAC but not on the Z10.
On the context menu there is just a button to share the event and not to delete them.
Both have the OS Version: 10.1.0.2342
The text was updated successfully, but these errors were encountered: