SchedulerDataStorage Methods
Holds data for a scheduler view.
Name | Description |
---|---|
Create |
Creates a new Appointment |
Create |
Creates a new Appointment |
Create |
Creates a new Appointment |
Find |
|
Get |
Returns an appointment with the specified identifier from the Appointment |
Get |
Returns appointments within the specified date-time range. |
Get |
Returns all exceptions to the specified pattern. |
Get |
Returns all exceptions to a pattern that use the recurrence info with the specified identifier. |
Get |
Returns a label with the specified identifier from the Label |
Get |
|
Get |
Returns an occurrence or exception under the specified recurrence index from the recurring chain the given pattern specifies. |
Get |
Returns an occurrence or exception under the specified recurrence index from the recurring chain which the recurrence info with the given identifier specifies. |
Get |
Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval. |
Get |
Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier. |
Get |
Returns a pattern of the specified occurrence or exception. |
Get |
Returns a pattern that utilizes recurrence information with the specified identifier. |
Get |
Returns a status with the specified identifier from the Status |
Refresh |
Reloads all scheduler items from the data source. |
Refresh |
Reloads scheduler items of the specified kind from the data source. |
Remove |
Removes the specified appointment from the Appointment |
See Also