Google Calendar

gcal_delete_acl

Remove an access control rule, revoking the grantee's access to the calendar.

Remote node2flow/google-calendar

Other tools also called gcal_delete_acl? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "rule_id": {
      "type": "string",
      "description": "ACL rule ID to delete (e.g., \"user:[email protected]\")"
    },
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID"
    }
  }
}