@activepieces/piece-google-calendar 0.10.0 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n/translation.json +74 -0
- package/src/index.js +28 -28
package/package.json
CHANGED
|
@@ -8,6 +8,19 @@
|
|
|
8
8
|
"Delete Event": "Delete Event",
|
|
9
9
|
"Find Busy/Free Periods in Calendar": "Find Busy/Free Periods in Calendar",
|
|
10
10
|
"Get Event by ID": "Get Event by ID",
|
|
11
|
+
"Search Events Across Calendars": "Search Events Across Calendars",
|
|
12
|
+
"Find Free Time Slots": "Find Free Time Slots",
|
|
13
|
+
"List Recurring Event Instances": "List Recurring Event Instances",
|
|
14
|
+
"Move Event to Another Calendar": "Move Event to Another Calendar",
|
|
15
|
+
"Get Event": "Get Event",
|
|
16
|
+
"List Events": "List Events",
|
|
17
|
+
"Find Busy Periods": "Find Busy Periods",
|
|
18
|
+
"Remove Attendee": "Remove Attendee",
|
|
19
|
+
"Import Event": "Import Event",
|
|
20
|
+
"List Calendars": "List Calendars",
|
|
21
|
+
"Get Calendar": "Get Calendar",
|
|
22
|
+
"Get Colors": "Get Colors",
|
|
23
|
+
"List Settings": "List Settings",
|
|
11
24
|
"Custom API Call": "Custom API Call",
|
|
12
25
|
"Add one or more person to existing event.": "Add one or more person to existing event.",
|
|
13
26
|
"Add Quick Calendar Event": "Add Quick Calendar Event",
|
|
@@ -17,6 +30,22 @@
|
|
|
17
30
|
"Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
|
|
18
31
|
"Finds free/busy calendar details from Google Calendar.": "Finds free/busy calendar details from Google Calendar.",
|
|
19
32
|
"Fetch event details by its unique ID from Google Calendar.": "Fetch event details by its unique ID from Google Calendar.",
|
|
33
|
+
"Searches every calendar the account can access for events matching a keyword within a required time window.": "Searches every calendar the account can access for events matching a keyword within a required time window.",
|
|
34
|
+
"Computes open time slots shared across one or more calendars within a window, by inverting their busy blocks.": "Computes open time slots shared across one or more calendars within a window, by inverting their busy blocks.",
|
|
35
|
+
"Lists the individual occurrences of one recurring event series, each with its own instance event ID.": "Lists the individual occurrences of one recurring event series, each with its own instance event ID.",
|
|
36
|
+
"Moves an existing event from one calendar to another, preserving its event ID and metadata.": "Moves an existing event from one calendar to another, preserving its event ID and metadata.",
|
|
37
|
+
"Create a new event on a Google Calendar with structured fields (title, start/end, location, description, attendees, color) and an optional Google Meet link.": "Create a new event on a Google Calendar with structured fields (title, start/end, location, description, attendees, color) and an optional Google Meet link.",
|
|
38
|
+
"Update fields of an existing Google Calendar event by ID using a safe get-then-merge; fields you leave unset keep their current values.": "Update fields of an existing Google Calendar event by ID using a safe get-then-merge; fields you leave unset keep their current values.",
|
|
39
|
+
"Permanently delete an event from a Google Calendar by its event ID.": "Permanently delete an event from a Google Calendar by its event ID.",
|
|
40
|
+
"Fetch the full details of a single Google Calendar event by its event ID.": "Fetch the full details of a single Google Calendar event by its event ID.",
|
|
41
|
+
"List events from one Google Calendar, optionally filtered by date range, free-text search, and event types.": "List events from one Google Calendar, optionally filtered by date range, free-text search, and event types.",
|
|
42
|
+
"Return the raw busy time blocks of one or more calendars within a window, via the freebusy query.": "Return the raw busy time blocks of one or more calendars within a window, via the freebusy query.",
|
|
43
|
+
"Remove one attendee (by email) from an existing Google Calendar event, preserving the rest of the guest list.": "Remove one attendee (by email) from an existing Google Calendar event, preserving the rest of the guest list.",
|
|
44
|
+
"Import an existing event (by iCalUID) into a Google Calendar as a private copy, using events.import.": "Import an existing event (by iCalUID) into a Google Calendar as a private copy, using events.import.",
|
|
45
|
+
"List every calendar in the user's calendar list, returning each calendar's id, summary, access role, time zone, and whether it is primary.": "List every calendar in the user's calendar list, returning each calendar's id, summary, access role, time zone, and whether it is primary.",
|
|
46
|
+
"Fetch one calendar's metadata (summary, time zone, description, location) by its calendar ID.": "Fetch one calendar's metadata (summary, time zone, description, location) by its calendar ID.",
|
|
47
|
+
"Fetch the Google Calendar color palette mapping colorId values to their hex background/foreground colors.": "Fetch the Google Calendar color palette mapping colorId values to their hex background/foreground colors.",
|
|
48
|
+
"List the user's Google Calendar account settings (time zone, week start, date/time format, and more).": "List the user's Google Calendar account settings (time zone, week start, date/time format, and more).",
|
|
20
49
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
21
50
|
"Calendar": "Calendar",
|
|
22
51
|
"Event ID": "Event ID",
|
|
@@ -44,6 +73,19 @@
|
|
|
44
73
|
"End Time": "End Time",
|
|
45
74
|
"Max Attendees": "Max Attendees",
|
|
46
75
|
"Time Zone": "Time Zone",
|
|
76
|
+
"Expand Recurring Events?": "Expand Recurring Events?",
|
|
77
|
+
"Window Start": "Window Start",
|
|
78
|
+
"Window End": "Window End",
|
|
79
|
+
"Minimum Slot Duration (minutes)": "Minimum Slot Duration (minutes)",
|
|
80
|
+
"Working Hours Start (hour 0-23)": "Working Hours Start (hour 0-23)",
|
|
81
|
+
"Working Hours End (hour 0-23)": "Working Hours End (hour 0-23)",
|
|
82
|
+
"Recurring Event ID": "Recurring Event ID",
|
|
83
|
+
"Include Cancelled Instances": "Include Cancelled Instances",
|
|
84
|
+
"Max Results": "Max Results",
|
|
85
|
+
"Destination Calendar": "Destination Calendar",
|
|
86
|
+
"Attendee Email": "Attendee Email",
|
|
87
|
+
"iCal UID": "iCal UID",
|
|
88
|
+
"Title": "Title",
|
|
47
89
|
"Method": "Method",
|
|
48
90
|
"Headers": "Headers",
|
|
49
91
|
"Query Parameters": "Query Parameters",
|
|
@@ -67,6 +109,34 @@
|
|
|
67
109
|
"The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.",
|
|
68
110
|
"Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.",
|
|
69
111
|
"Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.",
|
|
112
|
+
"Free-text query matched against event fields (summary, description, location, attendee names/emails) using Google's native search. Example: \"budget review\".": "Free-text query matched against event fields (summary, description, location, attendee names/emails) using Google's native search. Example: \"budget review\".",
|
|
113
|
+
"Lower bound (inclusive) for an event's end time, as an ISO 8601 timestamp (e.g. \"2026-06-01T00:00:00Z\"). Required to bound the cross-calendar scan.": "Lower bound (inclusive) for an event's end time, as an ISO 8601 timestamp (e.g. \"2026-06-01T00:00:00Z\"). Required to bound the cross-calendar scan.",
|
|
114
|
+
"Upper bound (exclusive) for an event's start time, as an ISO 8601 timestamp (e.g. \"2026-06-30T23:59:59Z\"). Required to bound the cross-calendar scan.": "Upper bound (exclusive) for an event's start time, as an ISO 8601 timestamp (e.g. \"2026-06-30T23:59:59Z\"). Required to bound the cross-calendar scan.",
|
|
115
|
+
"When enabled, recurring events are expanded into their individual instances instead of returning the underlying recurring event.": "When enabled, recurring events are expanded into their individual instances instead of returning the underlying recurring event.",
|
|
116
|
+
"The calendars whose schedules must all be free. A slot is returned only when it is open on every selected calendar.": "The calendars whose schedules must all be free. A slot is returned only when it is open on every selected calendar.",
|
|
117
|
+
"Start of the search window, as an absolute ISO 8601 timestamp (e.g. \"2026-06-01T09:00:00Z\"). Prefer absolute times over relative ones.": "Start of the search window, as an absolute ISO 8601 timestamp (e.g. \"2026-06-01T09:00:00Z\"). Prefer absolute times over relative ones.",
|
|
118
|
+
"End of the search window, as an absolute ISO 8601 timestamp (e.g. \"2026-06-05T18:00:00Z\").": "End of the search window, as an absolute ISO 8601 timestamp (e.g. \"2026-06-05T18:00:00Z\").",
|
|
119
|
+
"Discard any open slot shorter than this many minutes. Leave empty to return every open slot regardless of length.": "Discard any open slot shorter than this many minutes. Leave empty to return every open slot regardless of length.",
|
|
120
|
+
"If set together with Working Hours End, each day's open slots are clipped to this hour range, interpreted in UTC (not the calendar's local time zone). Example: 9 for 09:00 UTC. Leave both unset to return slots across the full window.": "If set together with Working Hours End, each day's open slots are clipped to this hour range, interpreted in UTC (not the calendar's local time zone). Example: 9 for 09:00 UTC. Leave both unset to return slots across the full window.",
|
|
121
|
+
"Upper bound of the daily working-hours window. Example: 17 for 5 PM. Ignored unless Working Hours Start is also set.": "Upper bound of the daily working-hours window. Example: 17 for 5 PM. Ignored unless Working Hours Start is also set.",
|
|
122
|
+
"The event ID of the recurring SERIES (the parent), e.g. \"abc123def456\". Obtain it from Search Events Across Calendars or Get all Events. Individual instance IDs will not work here.": "The event ID of the recurring SERIES (the parent), e.g. \"abc123def456\". Obtain it from Search Events Across Calendars or Get all Events. Individual instance IDs will not work here.",
|
|
123
|
+
"Optional lower bound (inclusive) for an instance's end time, as an ISO 8601 timestamp with offset (e.g. \"2026-06-01T00:00:00Z\").": "Optional lower bound (inclusive) for an instance's end time, as an ISO 8601 timestamp with offset (e.g. \"2026-06-01T00:00:00Z\").",
|
|
124
|
+
"Optional upper bound (exclusive) for an instance's start time, as an ISO 8601 timestamp with offset (e.g. \"2026-06-30T23:59:59Z\").": "Optional upper bound (exclusive) for an instance's start time, as an ISO 8601 timestamp with offset (e.g. \"2026-06-30T23:59:59Z\").",
|
|
125
|
+
"Whether to include cancelled (deleted) instances of the series in the result. Defaults to false.": "Whether to include cancelled (deleted) instances of the series in the result. Defaults to false.",
|
|
126
|
+
"Maximum number of instances to return per page (1-2500). Defaults to the API default of 250.": "Maximum number of instances to return per page (1-2500). Defaults to the API default of 250.",
|
|
127
|
+
"The ID of the event to move, e.g. \"abc123def456\". Obtain it from Search Events Across Calendars or Get all Events.": "The ID of the event to move, e.g. \"abc123def456\". Obtain it from Search Events Across Calendars or Get all Events.",
|
|
128
|
+
"The calendar to move the event to.": "The calendar to move the event to.",
|
|
129
|
+
"Who should receive notifications about the change of the event's organizer.": "Who should receive notifications about the change of the event's organizer.",
|
|
130
|
+
"The ID of the event to update. Resolve it via List Events or Search Events Across Calendars.": "The ID of the event to update. Resolve it via List Events or Search Events Across Calendars.",
|
|
131
|
+
"Leave unset to keep the event's current value.": "Leave unset to keep the event's current value.",
|
|
132
|
+
"The ID of the event to delete. Resolve it via List Events or Search Events Across Calendars.": "The ID of the event to delete. Resolve it via List Events or Search Events Across Calendars.",
|
|
133
|
+
"The ID of the event to remove the attendee from. Resolve it via List Events or Search Events Across Calendars.": "The ID of the event to remove the attendee from. Resolve it via List Events or Search Events Across Calendars.",
|
|
134
|
+
"Email address of the attendee to remove from the event.": "Email address of the attendee to remove from the event.",
|
|
135
|
+
"Who should be notified about the attendee change.": "Who should be notified about the attendee change.",
|
|
136
|
+
"The event's iCalUID (its globally unique identifier, e.g. \"abc123@google.com\"). This is the dedup key: re-importing the same UID updates the existing copy.": "The event's iCalUID (its globally unique identifier, e.g. \"abc123@google.com\"). This is the dedup key: re-importing the same UID updates the existing copy.",
|
|
137
|
+
"Title (summary) of the imported event.": "Title (summary) of the imported event.",
|
|
138
|
+
"Event start as an ISO 8601 timestamp (e.g. \"2026-06-01T09:00:00Z\").": "Event start as an ISO 8601 timestamp (e.g. \"2026-06-01T09:00:00Z\").",
|
|
139
|
+
"Event end as an ISO 8601 timestamp (e.g. \"2026-06-01T10:00:00Z\").": "Event end as an ISO 8601 timestamp (e.g. \"2026-06-01T10:00:00Z\").",
|
|
70
140
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
71
141
|
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
72
142
|
"All": "All",
|
|
@@ -79,6 +149,10 @@
|
|
|
79
149
|
"Out Of Office": "Out Of Office",
|
|
80
150
|
"Focus Time": "Focus Time",
|
|
81
151
|
"Working Location": "Working Location",
|
|
152
|
+
"To everyone": "To everyone",
|
|
153
|
+
"To external guests only": "To external guests only",
|
|
154
|
+
"True": "True",
|
|
155
|
+
"False": "False",
|
|
82
156
|
"GET": "GET",
|
|
83
157
|
"POST": "POST",
|
|
84
158
|
"PATCH": "PATCH",
|