Google Calendar
gcal_get_acl
Get a specific access control rule by rule ID.
Remote node2flow/google-calendar
Other tools also called gcal_get_acl?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"rule_id": {
"type": "string",
"description": "ACL rule ID (e.g., \"user:[email protected]\")"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID"
}
}
}