Get ACL rule
documentedReturns a specific access control rule for the calendar.
GET /calendars/{calendarId}/acl/{ruleId}Aclno implementation yet0 runsNo 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/{{$calendarId}}/acl/{{$ruleId}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
# Official Google Calendar API documentation references for this endpoint:\n # ACL get: https://developers.google.com/calendar/api/v3/reference/acl/get (turn0search6)\n # ACL resource: https://developers.google.com/workspace/calendar/api/v3/reference/acl (turn0search2)