Represents a timetable of scheduled events. In the model-view architecture, Schedule instances are the documents whose data is displayed by Calendar instances, which are the views.
The following tables list the members exposed by the Schedule type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the Schedule class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the collection of contacts in this schedule. |
|
![]() |
Gets the collection of items in this schedule. |
|
![]() |
Gets the collection of locations in this schedule. |
|
![]() |
Gets the collection of resources in this schedule. |
|
![]() |
Gets the collection of tasks in this schedule. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Copies property values for this Schedule from another object. |
|
![]() |
Deserializes the Schedule from a JSON string. |
|
![]() |
Loads schedule data from specified XML Document. |
|
![]() |
Retrieves all events, including recurrent item instances, scheduled to occur in the specified time interval. |
|
![]() |
Gets the item with the specified id. |
|
![]() |
In a recurrence, gets the recurrence master item with the specified id. |
|
![]() |
Returns a resource from a schedule resources collection by a specified id. |
|
![]() |
Loads the schedule from an XML file. |
|
![]() ![]() |
Registers a schedule item or resource class for serialization support. |
|
![]() |
Saves the schedule to an XML file. |
|
![]() |
Serializes the schedule into a JSON string. |
|
![]() |
Saves the schedule into an XML Document. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when the items collection of the Schedule is changed. |
|
![]() |
Raised when the items collection of the Schedule is changing. |
See Also