Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Share a Google Calendar with a user, group, domain, or the public.
createCalendarAccessRule
import { automation, onHttpRequest } from "automate.ax" import { createCalendarAccessRule } from "automate.ax/google-calendar" export default automation("Share a team calendar", () => { onHttpRequest({ scope: "automation" }) createCalendarAccessRule({ calendar: "Team Calendar", scope: { type: "group", value: "launch@example.com" }, role: "writer", sendNotifications: true, }) })
scope
{ type: "user" | "group" | "domain"; value: string } | { type: "default" }
default
role
"none" | "freeBusyReader" | "reader" | "writer" | "owner"
calendar
string
"primary"
sendNotifications
boolean
account
{ id, role, scope }
id
owner