Name | Description | |
---|---|---|
Event Constructor | Overloaded. |
The following tables list the members exposed by Event.
Name | Description | |
---|---|---|
Event Constructor | Overloaded. |
Name | Description | |
---|---|---|
_allDayEvent | ||
_color | ||
_description | ||
_end | ||
_start | ||
_subject |
Name | Description | |
---|---|---|
Allday | indicates all day event. | |
Calendar | Calendar id to which the event belongs. | |
Color | Event color. | |
Data | Gets or sets the raw event data. | |
Description | Event description. | |
End | End date/time. | |
Id | The unique event id (this field generated automatically). | |
Location | Event location. | |
ParentRecurrenceId | id of the event object that defines the recurrence criteria for this event object. If an event is recurring (see isRecurring) it represents an occurrence in the series that is started and defined by a specific pattern event. Use the getPatern method in order to obtain the pattern of the current event. A pattern event can be recognized by its recurrenceState field set to the "master" value. The recurrence information defined by the pattern event can be accessed via the recurrencePattern field of the event. If this event is a not member of a recurrence, or is itself a root event, this field will be null. | |
RecurrencePattern | Represents the recurrence attributes of an event. Only master events can have this field (recurrenceState is "master") | |
RecurrenceState | Indicates the recurrence state of the event. (possible values are "notRecurring"(or null), "master", "occurrence", "exception", "removed") | |
Start | Start date/time. | |
Subject | Event title. | |
Tag | The tag property can be used to store any user-defined information |
Name | Description | |
---|---|---|
CopyFrom | Copies properties from event given by parameter ev. | |
FromXml | Reconstructs event from an System.Xml.XmlReader. | |
PropsToXml | Creates an XML encoding of the event properties and returns it as string. | |
ToXml | Creates an XML encoding of the event. |