The alarms assigned to the event, if any.
Readonly
attendeesAttendees 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.
Readonly
creationOriginal creation date of the event.
End date of the event.
Readonly
hasReturns 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
.
Readonly
lastLast change to the event.
Location of the event.
Notes associated with the event.
Start date of the event.
The title of the event.
Optional
urlURL 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.
Event object represent individual calendar events. For usage examples, see Calendar object documentation.