
Microsoft Outlook API Integration Profile
Information and guides about integrating with Microsoft Outlook API
Add Microsoft Outlook Integration to Your ProductHow to work with Calendars in Microsoft Outlook API
Calendars Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Id | id | string | The calendar's unique identifier. |
Allowed Online Meeting Providers | allowedOnlineMeetingProviders | array of strings | Represent the online meeting service providers that can be used to create online meetings in this calendar. |
Can Edit | canEdit | boolean | true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access. |
Can Share | canShare | boolean | true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. |
Can View Private Items | canViewPrivateItems | boolean | true if the user can read calendar items that have been marked private, false otherwise. |