GoogleCalenderAddEvents Step

GoogleCalenderAddEvents

Datensätze übertragen oder aktualisieren

Erstellt Termine / Events in Ihrem Google Kalender.

Handbuch aufrufen

Über Synesty Studio für Google Calendar

Mit Synesty als No Code Middleware verbinden Sie Google Calendar mit anderen Schnittstellen, APIs und Systemen ohne Programmierung per Drag&Drop. Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.

Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.

Zum Add-On

Über Synesty Studio für Google Calendar

Mit Synesty als No Code Middleware verbinden Sie Google Calendar mit anderen Schnittstellen, APIs und Systemen ohne Programmierung per Drag&Drop. Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.

Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.

Zum Add-On

Inputs

Das sind die Optionen, mit denen man den Step konfigurieren kann.

Name Datentyp Beschreibung Pflichtfeld Werte
account ACCOUNT Ihr Konto Ja
calendarId STRING Die Google Kalender Id. Ja
sourceSpreadsheet SPREADSHEET Ein SPREADSHEET mit den Kalender-Ereignisdaten. Ja
mappingdefinition STRING The mapping definition JSON String Nein
Folgende Felder sind zu konfigurieren:

Feld Beschreibung Datentyp Pflichtfeld Standardwert
summary Title of the event. Text
description Description of the event. Can contain HTML. Text
location Geographic location of the event as free-form text. Text
startDateTime The time, as a combined date-time value. (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
endDateTime The time, as a combined date-time value (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
isAllDayEvent Treat Start and End date as all day event. Dafault is false (date-time or date format sets event type).
Erlaubte Werte anzeigen
  • true
  • false
Text
timezone The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) This value is used by startDateTime and endDateTime. For recurring events this field is required and specifies the time zone in which the recurrence is expanded. Dfault fallback is the current timezone Text
sendUpdates Whether to send notifications about the creation of the new event.
Erlaubte Werte anzeigen
  • Notifications are sent to all guests (all)
  • Notifications are sent to non-Google Calendar guests only (externalOnly)
  • No notifications are sent (none)
Text
attendees Semicolon separated list of the attendees email adresses. Text
attendeesOptional Semicolon separated list of the optional attendees previously set in attendies column. Text
guestsCanInviteOthers Whether attendees other than the organizer can invite others to the event. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
guestsCanModify Whether attendees other than the organizer can modify the event. The default is False.
Erlaubte Werte anzeigen
  • false
  • true
Text
guestsCanSeeOtherGuests Whether attendees other than the organizer can see who the event's attendees are. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
reminderType The method used by this reminder.
Erlaubte Werte anzeigen
  • email
  • popup
Text
reminderMinutes Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Text
colorId The color of the event.
Erlaubte Werte anzeigen
  • Pale Blue (1)
  • Pale Green (2)
  • Mauve (3)
  • Pale Red (4)
  • Yellow (5)
  • Orange (6)
  • Cyan (7)
  • Gray (8)
  • Blue (9)
  • Green (10)
  • Red (11)
Text
sourceTitle Title of the source; for example a title of a web page or an email subject. Text
sourceUrl URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS. Text
status Status of the event.
Erlaubte Werte anzeigen
  • The attendee has not responded to the invitation (recommended for new events). (needsAction)
  • The attendee has declined the invitation. (declined)
  • The attendee has tentatively accepted the invitation. (tentative)
  • The attendee has accepted the invitation. (accepted)
Text
visibility Visibility of the event.
Erlaubte Werte anzeigen
  • Uses the default visibility for events on the calendar. This is the default value. (default)
  • The event is public and event details are visible to all readers of the calendar. (public)
  • The event is private and only event attendees may view event details. (private)
  • The event is private. This value is provided for compatibility reasons. (confidential)
Text
limit STRING Nur diese Anzahl von Zeilen hinzufügen. Nein

Outputs

Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.

Name Datentyp Beschreibung
successSpreadsheet SPREADSHEET Ein SPREADSHEET, das die erfolgreich angelegten Termine enthält
Folgende Felder sind im Output enthalten:

Feld Beschreibung Datentyp Pflichtfeld Standardwert
identifier Text
eventId The eventId of the event. Text
summary Title of the event. Text
description Description of the event. Can contain HTML. Text
location Geographic location of the event as free-form text. Text
startDateTime The time, as a combined date-time value. (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
endDateTime The time, as a combined date-time value (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
isAllDayEvent Treat Start and End date as all day event. Dafault is false (date-time or date format sets event type).
Erlaubte Werte anzeigen
  • true
  • false
Text
timezone The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) This value is used by startDateTime and endDateTime. For recurring events this field is required and specifies the time zone in which the recurrence is expanded. Dfault fallback is the current timezone Text
sendUpdates Whether to send notifications about the creation of the new event.
Erlaubte Werte anzeigen
  • Notifications are sent to all guests (all)
  • Notifications are sent to non-Google Calendar guests only (externalOnly)
  • No notifications are sent (none)
Text
attendees Semicolon separated list of the attendees email adresses. Text
attendeesOptional Semicolon separated list of the optional attendees previously set in attendies column. Text
guestsCanInviteOthers Whether attendees other than the organizer can invite others to the event. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
guestsCanModify Whether attendees other than the organizer can modify the event. The default is False.
Erlaubte Werte anzeigen
  • false
  • true
Text
guestsCanSeeOtherGuests Whether attendees other than the organizer can see who the event's attendees are. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
reminderType The method used by this reminder.
Erlaubte Werte anzeigen
  • email
  • popup
Text
reminderMinutes Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Text
colorId The color of the event.
Erlaubte Werte anzeigen
  • Pale Blue (1)
  • Pale Green (2)
  • Mauve (3)
  • Pale Red (4)
  • Yellow (5)
  • Orange (6)
  • Cyan (7)
  • Gray (8)
  • Blue (9)
  • Green (10)
  • Red (11)
Text
sourceTitle Title of the source; for example a title of a web page or an email subject. Text
sourceUrl URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS. Text
status Status of the event.
Erlaubte Werte anzeigen
  • The attendee has not responded to the invitation (recommended for new events). (needsAction)
  • The attendee has declined the invitation. (declined)
  • The attendee has tentatively accepted the invitation. (tentative)
  • The attendee has accepted the invitation. (accepted)
Text
visibility Visibility of the event.
Erlaubte Werte anzeigen
  • Uses the default visibility for events on the calendar. This is the default value. (default)
  • The event is public and event details are visible to all readers of the calendar. (public)
  • The event is private and only event attendees may view event details. (private)
  • The event is private. This value is provided for compatibility reasons. (confidential)
Text
failedSpreadsheet SPREADSHEET Ein SPREADSHEET, das die fehlgeschlagenen/nicht angelegten Ereignisse enthält.
Folgende Felder sind im Output enthalten:

Feld Beschreibung Datentyp Pflichtfeld Standardwert
identifier Text
eventId The eventId of the event. Text
summary Title of the event. Text
description Description of the event. Can contain HTML. Text
location Geographic location of the event as free-form text. Text
startDateTime The time, as a combined date-time value. (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
endDateTime The time, as a combined date-time value (formatted "yyyy-MM-dd HH:mm" or "yyyy-MM-dd HH:mm:ss"). For an all-day event use the format "yyyy-mm-dd" without time specified. Text
isAllDayEvent Treat Start and End date as all day event. Dafault is false (date-time or date format sets event type).
Erlaubte Werte anzeigen
  • true
  • false
Text
timezone The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) This value is used by startDateTime and endDateTime. For recurring events this field is required and specifies the time zone in which the recurrence is expanded. Dfault fallback is the current timezone Text
sendUpdates Whether to send notifications about the creation of the new event.
Erlaubte Werte anzeigen
  • Notifications are sent to all guests (all)
  • Notifications are sent to non-Google Calendar guests only (externalOnly)
  • No notifications are sent (none)
Text
attendees Semicolon separated list of the attendees email adresses. Text
attendeesOptional Semicolon separated list of the optional attendees previously set in attendies column. Text
guestsCanInviteOthers Whether attendees other than the organizer can invite others to the event. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
guestsCanModify Whether attendees other than the organizer can modify the event. The default is False.
Erlaubte Werte anzeigen
  • false
  • true
Text
guestsCanSeeOtherGuests Whether attendees other than the organizer can see who the event's attendees are. The default is True.
Erlaubte Werte anzeigen
  • true
  • false
Text
reminderType The method used by this reminder.
Erlaubte Werte anzeigen
  • email
  • popup
Text
reminderMinutes Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Text
colorId The color of the event.
Erlaubte Werte anzeigen
  • Pale Blue (1)
  • Pale Green (2)
  • Mauve (3)
  • Pale Red (4)
  • Yellow (5)
  • Orange (6)
  • Cyan (7)
  • Gray (8)
  • Blue (9)
  • Green (10)
  • Red (11)
Text
sourceTitle Title of the source; for example a title of a web page or an email subject. Text
sourceUrl URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS. Text
status Status of the event.
Erlaubte Werte anzeigen
  • The attendee has not responded to the invitation (recommended for new events). (needsAction)
  • The attendee has declined the invitation. (declined)
  • The attendee has tentatively accepted the invitation. (tentative)
  • The attendee has accepted the invitation. (accepted)
Text
visibility Visibility of the event.
Erlaubte Werte anzeigen
  • Uses the default visibility for events on the calendar. This is the default value. (default)
  • The event is public and event details are visible to all readers of the calendar. (public)
  • The event is private and only event attendees may view event details. (private)
  • The event is private. This value is provided for compatibility reasons. (confidential)
Text

Hilfe oder Projektsupport gewünscht?

Wenn Sie Hilfe bei der Einrichtung dieses Steps benötigen oder ein Projekt umsetzen wollen, dann unterstützen Sie unsere verifizierten Partner. Partner finden

Weitere Steps in Google Calendar


Name Version Beschreibung Anwendungsfall
GoogleCalenderGetEvents Step GoogleCalenderGetEvents
GoogleCalenderGetEvents
- Lädt eine Events aus Ihrem Google Kalender herunter.
Datensätze abrufen / auslesen
GoogleCalenderAddEvents Step GoogleCalenderAddEvents
GoogleCalenderAddEvents
- Erstellt Termine / Events in Ihrem Google Kalender.
Datensätze übertragen oder aktualisieren