create-my-calendar-permission
Shares your primary calendar with another user or sets up a delegate by specifying email address and role (read, write, delegateWith/WithoutPrivateEventAccess). Returns the created permission ID for later updates or deletion.
Instructions
Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated.
💡 TIP: Shares the user's primary calendar with another user (or sets up a delegate). Body: { emailAddress: { name: 'Adele Vance', address: 'adele@contoso.com' }, role: 'read' | 'write' | 'delegateWithoutPrivateEventAccess' | 'delegateWithPrivateEventAccess', isInsideOrganization: true, isRemovable: true }. Use list-users to resolve the recipient SMTP. Returns the created calendarPermission with its id (used by update-my-calendar-permission and delete-my-calendar-permission).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |