Sign in

Watch ACL rules

documented

Watches for changes to ACL resources.

POST /calendars/{calendarId}/acl/watchAclno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://www.googleapis.com/calendar/v3/calendars/{{$calendar_id}}/acl/watch' \
  -X POST \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json" \\
  -d '{"id": "{{$channel_id}}", "type": "{{$channel_type}}", "address": "{{$channel_address}}", "token": "{{$channel_token}}", "params": {"ttl": "{{$ttl}}"}}'
Watch ACL rules · Google Calendar · OpenIntegrations