Google Calendar
gcal_update_acl
Update the permission level of an existing access control rule.
Remote node2flow/google-calendar
Other tools also called gcal_update_acl?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"role": {
"enum": [
"none",
"freeBusyReader",
"reader",
"writer",
"owner"
],
"type": "string",
"description": "New permission level"
},
"rule_id": {
"type": "string",
"description": "ACL rule ID to update (e.g., \"user:[email protected]\")"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID"
},
"send_notifications": {
"type": "boolean",
"description": "Send notification about the change"
}
}
}