marjory-logo
Sign in with Google

Google Calendar

App Overview

A versatile and user-friendly online calendar service that helps you manage your schedule, appointments, and important events effortlessly. Stay organized with color-coded events, reminders, and notifications. Collaborate with others by sharing calendars and scheduling meetings. Accessible on multiple devices, Google Calendar ensures seamless synchronization and real-time updates.

Getting Started: Installations

Name Type Description Exemple Hidden
oauth2 oauth2 OAuth connection for Google false
calendarId string Calendar identifier false

App Items

Events

Calendar Event Updated

Triggers when an event is updated in a calendar.

Name Type
eventId string
summary string
description string
start string
duration number
location string
attendees array
videoConferenceUrl string
organizer object

Calendar Event Created

Triggers when a new event is created in a calendar.

Name Type
eventId string
summary string
description string
start string
duration number
location string
attendees array
videoConferenceUrl string
organizer object

Technical Actions

Update Calendar Event

Update calendar event

Inputs
Name Type Description Exemple Required
eventId string Recurring event identifier. 1mqcnjn41adnm7i75q5oj8d0i7 true
summary string A summary of your event Google I/O 2015 true
start object Start date and time of the event true
end object End date and time of the event true
setDuration boolean To express an event in duration false
duration number Duration of the event in minutes 60 false
description string Description of your event A chance to hear more about Google\'s developer products. false
location string Adding an address into the location field enables features such as "time to leave" or displaying a map with the directions 800 Howard St., San Francisco, CA 94103 false
attendees array email of people to invite false
visibility string Visibility of the event false
hasVideoConference boolean Whether the event has a video conference false
sendNotifications boolean Whether to send notifications about the event false
useCustomReminders boolean Use custom reminders for the event (if false, default reminders are used) false
reminders array List of reminders for the event false
recurrence array List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field. false
Outputs
Name Type Description Exemple
eventId string Recurring event identifier. 1mqcnjn41adnm7i75q5oj8d0i7
htmlLink string URL to this event in the Google Calendar Web UI https://www.google.com/calendar/event?eid=ZW4zN2F
status string Status of the event confirmed
created string Creation time of the event 2015-05-28T09:00:00Z
updated string Last modification time of the event 2015-05-28T09:30:00Z

Delete Calendar Event

Delete calendar event

Inputs
Version(s)
1.0.2