A Boolean value that indicates whether you can add, edit, and delete items in the calendar.
A Boolean value indicating whether the calendar’s properties can be edited or deleted.
Create a new Event object in this calendar.
Returns array of events on the calendar between the start and end dates specified.
Save changes to the calendar.
StaticdefaultReturns the system default calendar configured for new events.
StaticfindSearches for a calendar matching the title. If none is found, return undefined.
StaticfindSearches for a calendar matching the title. If none is found, creates a new list with that title in your default calendars account. If more than one calendar with the same name exist in Calendars, the first found will be returned.
StaticgetGet an array all known calendars on the device.
Calendar objects are used to manipulate and create calendars in the built-in Calendars app and its associated accounts.
Example
Event Creation
Reading Calendar Events