|
Creates a copy of the activity.
|
|
Compares the activity with the specificed activity.
The activity that will be compared.
Returns true if the activities are the same, otherwise it returns false.
|
|
Creates a recurrence object.
Calling this method does not automatically attach the recurrence to the activity. In order to attach the recurrence you will need to call the setRecurrence method on the Activity.
|
|
Returns a boolean value that determines if the Activity is an AllDayEvent.
|
|
Returns the dataKey for the Activity.
|
|
Returns the description for the Activity.
|
|
Returns the duration for the Activity in minutes.
|
|
Returns a boolean value that determines if the Activity has reminders enabled.
|
|
Returns a value from 0 - 2 based on the Importance level for the Activity.
|
|
Returns true if the activity is an occurrence.
|
|
Returns true if the activity is a variance.
|
|
Returns the location for the Activity.
|
|
Returns the recurrence object attached to the activity, or null if there is no recurrence object.
|
|
Returns the recurrence key.
|
|
Returns the ReminderInterval for the Activity in ticks.
|
|
Returns the key of the rootActivity. This only applies to activities that are occurrences.
|
|
Returns a value from 0 - 3.
|
|
Returns the SnoozeInterval for the Activity in ticks.
|
|
Returns a date object that represents the StartDateTime for the Activity.
|
|
Returns the status for the Activity.
|
|
Returns the subject for the Activity.
|
|
Returns the variance key if there is one.
|
|
Sets the AllDayEvent field of the Activity.
A boolean value that determines if the Activity is an All Day Event.
|
|
Sets the description field of the Activity.
A string value to set the description of the Activity.
|
|
Sets the duration field of the Activity.
An integer value that represents the duration of the Activity in minutes.
|
|
Sets the EnableReminder field of the Activity.
A boolean value that determines if the Activity has reminders enabled.
|
|
Sets the Importance of the Activity.
An integer value ranging from 0 - 2 that determines the importance of the Activity.
|
|
Marks the occurrence as a variance.
|
|
Sets the location field of the Activity.
A string value to set the location of the Activity.
|
|
Sets the recurrence object on the activity.
The recurrence object to be set on the activity. If the passed in recurrence is null, then the recurrence object will be removed from the activity.
|
|
Sets the ReminderInterval field of the Activity.
An integer value to set the reminder interval of the Activity in ticks.
|
|
Sets the ShowTimeAs field of the Activity.
An integer value ranging from 0 - 3 that determines how the Activity should be displayed.
|
|
Sets the SnoozeInterval field of the Activity.
An integer value to set the snooze interval of the Activity in ticks.
|
|
Sets the StartDateTime field of the Activity.
A date object to set the startdatetime of the Activity.
|
|
Sets the subject field of the Activity.
A string value to set the subject of the Activity.
|