Packagecom.distriqt.extension.calendar
Classpublic class CalendarEvent
InheritanceCalendarEvent Inheritance EventObject Inheritance Object
Deprecated: Please Use com.distriqt.extension.calendar.objects.EventObject

Depreciated. Please use EventObject class instead. This class will still operate in place of the EventObject but you should move your code across when possible.

See also

com.distriqt.extension.calendar.objects.EventObject


Public Properties
 PropertyDefined By
 Inheritedalarms : Array
[read-only] An array of alarms (CalendarEventAlarm) attached to this event.
EventObject
 InheritedallDay : Boolean
Whether the event is "All day" or if it is for the specified time interval
EventObject
 Inheritedattendees : Array
The list of participants/attendees/people asked to attend this event
EventObject
 InheritedcalendarId : String
EventObject
 InheritedendDate : Date
The end date and time of this event
EventObject
 InheritedendDateString : String
Returns the ISO 8601 string representation of the start time
EventObject
 InheritedendTimestamp : Number
EventObject
 Inheritedid : String
A unique ID for this event - only populated in certain return cases
EventObject
 Inheritedlocation : String
A description of the location of this event.
EventObject
 Inheritednotes : String
A small notation or description attached to an event.
EventObject
 InheritedrecurrenceRules : Array
[read-only]
EventObject
 InheritedstartDate : Date
The start date and time of this event
EventObject
 InheritedstartDateString : String
Returns the ISO 8601 string representation of the start time
EventObject
 InheritedstartTimestamp : Number
EventObject
 Inheritedtitle : String
A string describing the event.
EventObject
 Inheritedurl : String
A URL associated with this event.
EventObject
Public Methods
 MethodDefined By
  
Constructor
CalendarEvent
Constructor Detail
CalendarEvent()Constructor
public function CalendarEvent()

Constructor