Represents a timetable of scheduled events. In the model-view architecture, Schedule instances are the documents whose data is displayed by Calendar instances – the views.
The following tables list the members exposed by the Schedule type.
Name | Description | |
---|---|---|
Initializes a new instance of the Schedule class. |
Name | Description | |
---|---|---|
Current version of schedule file format. |
Name | Description | |
---|---|---|
Gets a value indicating whether there is a command in the redo history which can be redone. |
||
Gets a value indicating whether there is a command in the undo history which can be undone. |
||
Gets all contacts defined in the Schedule. |
||
Gets or sets a value indicating whether to disable notification checks for item's start/end times. |
||
Gets or sets a value indicating whether to completely disable reminders in the whole schedule. |
||
Gets all scheduled items. |
||
Gets or sets the interval between item start/end time checks, expressed in seconds. |
||
Gets all locations defined in the Schedule. |
||
Gets or sets the interval between reminder checks, expressed in seconds. |
||
Gets all resources defined in the Schedule. |
||
Gets all tasks defined in this Schedule. |
||
Gets or sets a value indicating whether saving action records for later undo is enabled. |
Name | Description | |
---|---|---|
Stops recording undo/redo commands into a CompositeCommand and discards the records created so far. |
||
Clears all items, tasks, locations, contacts and resources contained in this schedule. |
||
Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue. |
||
Executes the specified command on this schedule. |
||
Overloaded. Retrieves a collection of all events, including recurrent item instances, scheduled to occur in the specified time interval. |
||
Overloaded. Returns the next period with the specified duration after the specified date, which is not occupied by items. |
||
Overloaded. Retrieves a collection of all items that must be reminded of. |
||
Returns the largest free period in the specified range. |
||
Overloaded. Retrieves a collection of all tasks that must be reminded of. |
||
Overloaded. Checks whether a specified class identifier or type is registered for serialization. |
||
Checks whether an item or resource type with the specified id is registered for JSON serialization. |
||
Loads schedule data from a file. |
||
Loads the schedule from a JSON-formatted string. |
||
Loads the schedule from a JsonObject. |
||
Decodes schedule data from a string previously created by SaveToString. |
||
Loads schedule data from an XML document. |
||
Executes again an action saved in the command history. |
||
Overloaded. |
||
Overloaded. |
||
Saves the schedule to a file. |
||
Saves the schedule to a JSON-formatted string. |
||
Saves the schedule to a JsonObject. |
||
Encodes the schedule into a string. |
||
Saves the schedule to an XML document. |
||
Starts recording undo/redo commands into a CompositeCommand. |
||
Undoes an action saved in the command history. |
||
Overloaded. Unregisters the item or resource with the specified class identifier or type from the system. |
Name | Description | |
---|---|---|
Raises the ActionRedone event. |
||
Raises the ActionUndone event. |
||
Raises the DeserializeTag event. |
||
Raises the ExceptionCreated event. |
||
Raises the InstantiateItem event. |
||
Raises the InstantiateResource event. |
||
Raises the ItemEndTimeChanged event. |
||
Raises the ItemEndTimeTriggered event. |
||
Raises the ItemReminderTriggered event. |
||
Raises the ItemResourceChanged event. |
||
Raises the ItemsEnded event. |
||
Raises the ItemsStarted event. |
||
Raises the ItemStartTimeChanged event. |
||
Raises the ItemVisualsChanged event. |
||
Raises the DeserializeTag event. |
||
Raises the JsonSerializeTag event. |
||
Raises the RecurrenceReset event. |
||
Raises the SerializeTag event. |
||
Raises the TaskReminderTriggered event. |
Name | Description | |
---|---|---|
Raised when an action is redone. |
||
Raised when an action is undone. |
||
Raised when items are added or removed from the schedule or when the schedule is loaded. |
||
Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items and resources. |
||
Raised when a recurrence exception item is created. |
||
Raised when deserializing a custom item whose type has not been registered. |
||
Raised when deserializing a custom resource whose type has not been registered. |
||
Raised when the EndTime property of an item in this Schedule has changed. The ItemTimeEventArgs.Time property provides the previous EndTime value of the item. |
||
Raised when the reminder for an item is triggered, but taking into consideration the item's end time for the purpose. |
||
Raised when the reminder for an item is triggered. |
||
Raised when any of the resources associated with an item in the schedule has changed. |
||
Raised when the current time (as returned by DateTime.Now) reaches the end of one or more items. |
||
Raised when the current time (as returned by DateTime.Now) reaches the start time of one or more items. |
||
Raised when the StartTime property of an item in this Schedule has changed. The ItemTimeEventArgs.Time property provides the previous StartTime value of the item. |
||
Raised when the appearance of an item in the schedule has changed. |
||
Raised during JSON deserialization to enable users to perform custom deserialization of the tag values of items and resources. |
||
Raised during JSON serialization to enable users to perform custom serialization of the tag values of items and resources. |
||
Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost. |
||
Raised during XML serialization to enable users to perform custom serialization of the tag values of items and resources. |
||
Raised when the reminder for a task is triggered. |