| Platform | Since |
|---|---|
| Android | 1.5 |
An object which represents a single calendar in Android.
See Titanium.Android.Calendar for examples.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| createEvent |
Add an event to the calendar. Returns the created |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| getEventById |
Returns the |
| getEventsBetweenDates |
Returns an array of |
| getEventsInDate |
Returns an array of |
| getEventsInMonth |
Returns an array of |
| getEventsInYear |
Returns an array of |
| getHidden |
Gets the value of the hidden property. |
| getId |
Gets the value of the id property. |
| getName |
Gets the value of the name property. |
| getSelected |
Gets the value of the selected property. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| hidden | Boolean |
Whether the calendar is hidden. read-only |
| id | String |
The id of the calendar. read-only |
| name | String |
The display name of the calendar. read-only |
| selected | Boolean |
Whether the calendar is selected. read-only |