Google Calendar

gcal_list_acl

List access control rules for a calendar. Shows who has access and their permission level.

Remote node2flow/google-calendar

Other tools also called gcal_list_acl? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page_token": {
      "type": "string",
      "description": "Token for next page of results"
    },
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID to list ACL rules for"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum number of rules to return"
    },
    "show_deleted": {
      "type": "boolean",
      "description": "Include deleted ACL rules"
    }
  }
}