The alarms assigned to the event, if any.
Attendees of the event as an array of objects in the format:
{
"isCurrentUser": false,
"name": "John Appleseed",
"status": "accepted",
"type": "person",
"role": "required"
}
Availability for scheduling. Not supported by all Calendar servers.
The calendar which this event resides in.
Original creation date of the event.
End date of the event.
Returns true if the event has any alarms.
Unique identifier for the event
Flag for all day events.
If a function fails, this property will contain the last error as a string message, otherwise it will be undefined
.
Last change to the event.
Location of the event.
Notes associated with the event.
Start date of the event.
The title of the event.
URL associated with the event. Setting URL value will fail if the value is not a valid URL.
Add an alarm object to the event. Be sure to update()
to save after adding alarms.
Open the event in the system event editing card. The user will be able to modify/edit the event values and add to a calendar from this view. Returns true if the event was saved, false if the user canceled or deleted the event.
Remove any assigned alarms from the event.
Save the event. Returns true if the event is successfully saved in Calendars.
Generated using TypeDoc
Event
Event object represent individual calendar events. For usage examples, see Calendar object documentation.