Google Calendar: Create Calendar¶
Plugin ID: eca_google_calendar_create_calendar
Available since: 1.0.0
Creates a new secondary calendar with configurable metadata including name, description, location, and time zone settings.
Fields¶
Authentication Type— config key:auth_type-
Choose between API Client (OAuth2) or Service Account authentication.
Type:
select· Required: yes · Default:api_clientAllowed values:
api_client,service_account Authentication Source— config key:auth_from-
Choose whether to select authentication directly or use a token for dynamic selection.
Type:
select· Required: yes · Default:directAllowed values:
direct,token API Client— config key:api_client_id-
Search and select an API Client for OAuth2 authentication.
Type:
textfield· Required: no · Default: empty string Service Account— config key:service_account_id-
Search and select a Service Account for server-to-server authentication.
Type:
textfield· Required: no · Default: empty string Client ID from Token— config key:auth_client_from_token-
Token that resolves to a client ID (e.g., [user:field_google_client_id]). The token should contain just the client ID, not the auth type prefix.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Calendar Name— config key:summary-
The title/name of the calendar to create.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Calendar Description— config key:description-
Optional description of the calendar's purpose or content.
This field supports tokens.Type:
textarea· Required: no · Default: empty string Location— config key:location-
Geographic location of the calendar as free-form text.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Time Zone— config key:time_zone-
Time zone for the calendar (e.g., "America/New_York", "Europe/London"). Leave empty to use system default.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Calendar Token Name— config key:calendar_token_name-
Token name to store the created calendar details. Accessible as [token_name:calendar_id], [token_name:summary], etc.
This field supports tokens.Type:
textfield· Required: no · Default: empty string