SubscribeToAclChanges
Starts watching for changes to the access control list (ACL) of a calendar.
Input
| Name | Type | Required | Description |
| CalendarId | String | True | The calendar identifier whose ACL to watch. Use 'primary' for the primary calendar of the authenticated user. |
| ChannelAddress | String | True | The address where notifications of this channel will be delivered. |
| ChannelId | String | False | A UUID or unique string that identifies the notification channel. |
| ChannelType | String | False | Type of delivery mechanism for notifications. Valid values are 'web_hook' (or 'webhook'). |
| ChannelToken | String | False | Arbitrary string delivered to the target address with each notification. Used for validation. |
| ChannelTimeToLive | String | False | The lifetime of the channel in seconds . |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful. |
| ChannelId | String | The UUID or the unique string of the channel. |
| ResourceId | String | An opaque ID that identifies the watched resource. |
| ResourceUri | String | A version-specific identifier for the watched resource. |
| Expiration | Datetime | The expiration date time of the channel. |
| ChannelToken | String | Arbitrary string delivered to the target address with each notification. Used for validation. |