Create Event (Google Calendar)
This node creates a new calendar event using Google Calendar API. Requires a connected Google Calendar integration from your organization's integrations.
SocialCalendarGoogleEventCreate
Try this nodeInputs
| Name | Type | Required | Description |
|---|---|---|---|
| integrationId | integration | Yes | Google Calendar integration to use |
| summary | string | Yes | Event title/summary |
| startDateTime | date | Yes | Start date-time |
| endDateTime | date | Yes | End date-time |
| description | string | No | Event description (optional) |
| location | string | No | Event location (optional) |
| attendees | string | No | Comma-separated list of attendee emails (optional) |
| timeZone | string | No | Time zone (e.g., 'America/New_York', defaults to UTC) |
Outputs
| Name | Type | Description |
|---|---|---|
| eventId | string | Created event ID |
| htmlLink | string | Event URL |
Related Nodes in Integrations
Search Repositories (GitHub)
Search for GitHub repositories
List User Repositories (GitHub)
List repositories for a GitHub user
Send Message (Discord)
Send a message to a Discord channel
Send Direct Message (Discord)
Send a direct message to a Discord user
Share Post (LinkedIn)
Share a post to your LinkedIn profile
Get Profile (LinkedIn)
Get your LinkedIn profile information
List Posts (Reddit)
List posts from a subreddit
Share Post (Reddit)
Share a new post to a subreddit
List Events (Google Calendar)
List upcoming events using Google Calendar API
Send Email (Google Mail)
Send an email using Google Mail API
Read Inbox (Google Mail)
Read the last N messages from Gmail inbox