TTMSFNCCustomCloudMicrosoftOutlookCalendar Class
Base component providing access to the calendars and events of a connected Microsoft account, including reading, adding, updating and deleting calendars and their events.
API unit family: TMSFNCCloudMicrosoftOutlookCalendar
Inherits from: TTMSFNCCustomCloudMicrosoft
Syntax
TTMSFNCCustomCloudMicrosoftOutlookCalendar = class(TTMSFNCCustomCloudMicrosoft)
Methods
| Name | Description |
|---|---|
| Add | Starts an asynchronous request that creates a new event in the calendar identified by the event's calendar id. |
| AddCalendar | Starts an asynchronous request that creates a new calendar with the given name in the connected account. |
| Delete | Starts an asynchronous request that deletes the given event. |
| DeleteCalendar | Starts an asynchronous request that deletes an existing calendar. |
| GetCalendar | Starts an asynchronous request that retrieves the events of a specific calendar within a date range into Items. |
| GetCalendars | Starts an asynchronous request that retrieves all calendars of the connected account into Calendars. |
| GetItemByID | Starts an asynchronous request that retrieves a single event by its identifier. |
| UpdateCalendar | Starts an asynchronous request that renames an existing calendar. |
| UpdateItem | Starts an asynchronous request that saves changes made to an existing event back to the service. |