@guayaba/workflow-piece-google-calendar 0.9.1

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.
Files changed (42) hide show
  1. package/.babelrc +3 -0
  2. package/.eslintrc.json +18 -0
  3. package/README.md +5 -0
  4. package/assets/logo.png +0 -0
  5. package/package.json +23 -0
  6. package/src/i18n/ca.json +71 -0
  7. package/src/i18n/de.json +151 -0
  8. package/src/i18n/es.json +151 -0
  9. package/src/i18n/fr.json +151 -0
  10. package/src/i18n/hi.json +71 -0
  11. package/src/i18n/id.json +71 -0
  12. package/src/i18n/ja.json +151 -0
  13. package/src/i18n/nl.json +151 -0
  14. package/src/i18n/pt.json +151 -0
  15. package/src/i18n/ru.json +71 -0
  16. package/src/i18n/translation.json +151 -0
  17. package/src/i18n/vi.json +71 -0
  18. package/src/i18n/zh.json +151 -0
  19. package/src/index.ts +78 -0
  20. package/src/lib/actions/add-attendees.action.ts +52 -0
  21. package/src/lib/actions/add-calendar-to-calendarlist.ts +33 -0
  22. package/src/lib/actions/create-event.ts +163 -0
  23. package/src/lib/actions/create-quick-event.ts +66 -0
  24. package/src/lib/actions/delete-event.action.ts +32 -0
  25. package/src/lib/actions/find-busy-free-periods.ts +97 -0
  26. package/src/lib/actions/get-event-by-id.ts +123 -0
  27. package/src/lib/actions/get-events.ts +111 -0
  28. package/src/lib/actions/update-event.action.ts +126 -0
  29. package/src/lib/auth.ts +81 -0
  30. package/src/lib/common/helper.ts +228 -0
  31. package/src/lib/common/index.ts +95 -0
  32. package/src/lib/common/types.ts +246 -0
  33. package/src/lib/google-calendar.mdx +25 -0
  34. package/src/lib/triggers/calendar-event.ts +139 -0
  35. package/src/lib/triggers/event-cancelled.ts +200 -0
  36. package/src/lib/triggers/event-ends.ts +201 -0
  37. package/src/lib/triggers/event-start-time-before.ts +201 -0
  38. package/src/lib/triggers/new-calendar.ts +203 -0
  39. package/src/lib/triggers/new-event-matching-search.ts +225 -0
  40. package/src/lib/triggers/new-event.ts +184 -0
  41. package/tsconfig.json +16 -0
  42. package/tsconfig.lib.json +15 -0
@@ -0,0 +1,71 @@
1
+ {
2
+ "Google Calendar": "Google Calendar",
3
+ "Get organized and stay on schedule": "Get organized and stay on schedule",
4
+ "Add Attendees to Event": "Add Attendees to Event",
5
+ "Create Quick Event": "Create Quick Event",
6
+ "Create Event": "Create Event",
7
+ "Get all Events": "Get all Events",
8
+ "Update Event": "Update Event",
9
+ "Delete Event": "Delete Event",
10
+ "Custom API Call": "Custom API Call",
11
+ "Add one or more person to existing event.": "Add one or more person to existing event.",
12
+ "Add Quick Calendar Event": "Add Quick Calendar Event",
13
+ "Add Event": "Add Event",
14
+ "Get Events": "Get Events",
15
+ "Updates an event in Google Calendar.": "Updates an event in Google Calendar.",
16
+ "Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Calendar": "Calendar",
19
+ "Event ID": "Event ID",
20
+ "Attendees": "Attendees",
21
+ "Summary": "Summary",
22
+ "Send Updates": "Send Updates",
23
+ "Title of the event": "Title of the event",
24
+ "Start date time of the event": "Start date time of the event",
25
+ "End date time of the event": "End date time of the event",
26
+ "Location": "Location",
27
+ "Description": "Description",
28
+ "Color": "Color",
29
+ "Guests can modify": "Guests can modify",
30
+ "Guests can invite others": "Guests can invite others",
31
+ "Guests can see other guests": "Guests can see other guests",
32
+ "Send Notifications": "Send Notifications",
33
+ "Event types": "Event types",
34
+ "Search Term": "Search Term",
35
+ "Date from": "Date from",
36
+ "Date to": "Date to",
37
+ "Expand Recurring Event?": "Expand Recurring Event?",
38
+ "Method": "Method",
39
+ "Headers": "Headers",
40
+ "Query Parameters": "Query Parameters",
41
+ "Body": "Body",
42
+ "No Error on Failure": "No Error on Failure",
43
+ "Timeout (in seconds)": "Timeout (in seconds)",
44
+ "Emails of the attendees (guests)": "Emails of the attendees (guests)",
45
+ "The text describing the event to be created": "The text describing the event to be created",
46
+ "Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
47
+ "By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
48
+ "Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
49
+ "Select event types": "Select event types",
50
+ "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.",
51
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
52
+ "All": "All",
53
+ "External Only": "External Only",
54
+ "none": "none",
55
+ "Yes, to everyone": "Yes, to everyone",
56
+ "To non-Google Calendar guests only": "To non-Google Calendar guests only",
57
+ "To no one": "To no one",
58
+ "Default": "Default",
59
+ "Out Of Office": "Out Of Office",
60
+ "Focus Time": "Focus Time",
61
+ "Working Location": "Working Location",
62
+ "GET": "GET",
63
+ "POST": "POST",
64
+ "PATCH": "PATCH",
65
+ "PUT": "PUT",
66
+ "DELETE": "DELETE",
67
+ "HEAD": "HEAD",
68
+ "New or Updated Event": "New or Updated Event",
69
+ "Triggers when an event is added or updated": "Triggers when an event is added or updated",
70
+ "If true, the trigger will activate for every occurrence of a recurring event.": "If true, the trigger will activate for every occurrence of a recurring event."
71
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "Google Calendar": "Google Calendar",
3
+ "Get organized and stay on schedule": "Get organized and stay on schedule",
4
+ "Add Attendees to Event": "Add Attendees to Event",
5
+ "Create Quick Event": "Create Quick Event",
6
+ "Create Event": "Create Event",
7
+ "Get all Events": "Get all Events",
8
+ "Update Event": "Update Event",
9
+ "Delete Event": "Delete Event",
10
+ "Custom API Call": "Custom API Call",
11
+ "Add one or more person to existing event.": "Add one or more person to existing event.",
12
+ "Add Quick Calendar Event": "Add Quick Calendar Event",
13
+ "Add Event": "Add Event",
14
+ "Get Events": "Get Events",
15
+ "Updates an event in Google Calendar.": "Updates an event in Google Calendar.",
16
+ "Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
17
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
18
+ "Calendar": "Calendar",
19
+ "Event ID": "Event ID",
20
+ "Attendees": "Attendees",
21
+ "Summary": "Summary",
22
+ "Send Updates": "Send Updates",
23
+ "Title of the event": "Title of the event",
24
+ "Start date time of the event": "Start date time of the event",
25
+ "End date time of the event": "End date time of the event",
26
+ "Location": "Location",
27
+ "Description": "Description",
28
+ "Color": "Color",
29
+ "Guests can modify": "Guests can modify",
30
+ "Guests can invite others": "Guests can invite others",
31
+ "Guests can see other guests": "Guests can see other guests",
32
+ "Send Notifications": "Send Notifications",
33
+ "Event types": "Event types",
34
+ "Search Term": "Search Term",
35
+ "Date from": "Date from",
36
+ "Date to": "Date to",
37
+ "Expand Recurring Event?": "Expand Recurring Event?",
38
+ "Method": "Method",
39
+ "Headers": "Headers",
40
+ "Query Parameters": "Query Parameters",
41
+ "Body": "Body",
42
+ "No Error on Failure": "No Error on Failure",
43
+ "Timeout (in seconds)": "Timeout (in seconds)",
44
+ "Emails of the attendees (guests)": "Emails of the attendees (guests)",
45
+ "The text describing the event to be created": "The text describing the event to be created",
46
+ "Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
47
+ "By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
48
+ "Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
49
+ "Select event types": "Select event types",
50
+ "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.",
51
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
52
+ "All": "Semua",
53
+ "External Only": "External Only",
54
+ "none": "none",
55
+ "Yes, to everyone": "Yes, to everyone",
56
+ "To non-Google Calendar guests only": "To non-Google Calendar guests only",
57
+ "To no one": "To no one",
58
+ "Default": "Default",
59
+ "Out Of Office": "Out Of Office",
60
+ "Focus Time": "Focus Time",
61
+ "Working Location": "Working Location",
62
+ "GET": "GET",
63
+ "POST": "POST",
64
+ "PATCH": "PATCH",
65
+ "PUT": "PUT",
66
+ "DELETE": "DELETE",
67
+ "HEAD": "HEAD",
68
+ "New or Updated Event": "New or Updated Event",
69
+ "Triggers when an event is added or updated": "Triggers when an event is added or updated",
70
+ "If true, the trigger will activate for every occurrence of a recurring event.": "If true, the trigger will activate for every occurrence of a recurring event."
71
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "Get organized and stay on schedule": "整理してスケジュールを維持する",
3
+ "Add Attendees to Event": "参加者をイベントに追加",
4
+ "Create Quick Event": "クイックイベントを作成",
5
+ "Create Event": "イベントを作成",
6
+ "Get all Events": "すべてのイベントを取得",
7
+ "Update Event": "予定を更新",
8
+ "Delete Event": "イベントを削除",
9
+ "Find Busy/Free Periods in Calendar": "カレンダー内の予定/無料期間を検索",
10
+ "Get Event by ID": "イベントをIDで取得",
11
+ "Custom API Call": "カスタムAPI呼び出し",
12
+ "Add one or more person to existing event.": "既存のイベントに人を追加します。",
13
+ "Add Quick Calendar Event": "クイックカレンダーイベントを追加",
14
+ "Add Event": "イベントを追加",
15
+ "Get Events": "イベントを取得する",
16
+ "Updates an event in Google Calendar.": "Google カレンダーのイベントを更新します。",
17
+ "Deletes an event from Google Calendar.": "Google カレンダーからイベントを削除します。",
18
+ "Finds free/busy calendar details from Google Calendar.": "無料/忙しいカレンダーの詳細を Google カレンダーから検索します。",
19
+ "Fetch event details by its unique ID from Google Calendar.": "Google カレンダーから一意の ID でイベントの詳細を取得します。",
20
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
21
+ "Calendar": "カレンダー",
22
+ "Event ID": "イベントID",
23
+ "Attendees": "参加者",
24
+ "Summary": "Summary",
25
+ "Send Updates": "更新を送信",
26
+ "Title of the event": "イベントのタイトル",
27
+ "Start date time of the event": "イベントの開始日時",
28
+ "End date time of the event": "イベントの終了日時",
29
+ "Location": "場所",
30
+ "Description": "Description",
31
+ "Color": "色",
32
+ "Guests can modify": "ゲストは変更できます",
33
+ "Guests can invite others": "ゲストは他のユーザーを招待できます",
34
+ "Guests can see other guests": "ゲストは他のゲストを閲覧できます",
35
+ "Send Notifications": "通知を送信",
36
+ "Create Google Meet Link": "Google Meetのリンクを作成",
37
+ "Event types": "イベントの種類",
38
+ "Search Term": "検索用語",
39
+ "Date from": "開始日",
40
+ "Date to": "終了日",
41
+ "Expand Recurring Event?": "繰り返しイベントを展開しますか?",
42
+ "Calendars": "カレンダー",
43
+ "Start Time": "開始時刻",
44
+ "End Time": "終了時刻",
45
+ "Max Attendees": "最大参加者数",
46
+ "Time Zone": "タイムゾーン",
47
+ "Method": "方法",
48
+ "Headers": "ヘッダー",
49
+ "Query Parameters": "クエリパラメータ",
50
+ "Body Type": "ボディタイプ",
51
+ "Body": "本文",
52
+ "Response is Binary ?": "応答はバイナリですか?",
53
+ "No Error on Failure": "失敗時にエラーはありません",
54
+ "Timeout (in seconds)": "タイムアウト(秒)",
55
+ "Follow redirects": "リダイレクトをフォローする",
56
+ "Emails of the attendees (guests)": "出席者のメール(ゲスト)",
57
+ "The text describing the event to be created": "作成される予定を説明するテキスト",
58
+ "Guests who should receive notifications about the creation of the new event.": "新しいイベントの作成に関する通知を受け取るゲスト。",
59
+ "By default it'll be 30 min post start time": "デフォルトでは投稿開始時間は30分です",
60
+ "Description of the event. You can use HTML tags here.": "イベントの説明。ここではHTMLタグを使用できます。",
61
+ "Automatically create a Google Meet video conference link for this event": "このイベントのGoogle Meetビデオ会議リンクを自動的に作成する",
62
+ "Select event types": "イベントの種類を選択",
63
+ "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "繰り返しイベントをインスタンスに展開し、単一オフイベントと繰り返しイベントのインスタンスのみを返すかどうかを設定しますが、元の繰り返しイベント自体は返しません。",
64
+ "Select the calendars to check for busy periods.": "カレンダーを選択して、忙しい期間を確認します。",
65
+ "The start of the time range to check.": "チェックする時間範囲の開始。",
66
+ "The end of the time range to check.": "チェックする時間範囲の終了。",
67
+ "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "イベントの固有ID(例:\"abc123def456\")。イベントURLまたは他のカレンダーアクションからこれを見つけることができます。",
68
+ "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "回答に含める出席者の最大数. より多くの出席者がある場合, 参加者のみが返されます.",
69
+ "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "応答のタイムゾーン(例: \"アメリカ/ニュー_ヨーク\"、\"ヨーロッパ/ロンドン\")。指定されていない場合はカレンダーのタイムゾーンがデフォルトです。",
70
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
71
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
72
+ "All": "すべて",
73
+ "External Only": "外部のみ",
74
+ "none": "なし",
75
+ "Yes, to everyone": "はい、全員に",
76
+ "To non-Google Calendar guests only": "Googleカレンダー以外のゲストへのみ表示",
77
+ "To no one": "誰にも",
78
+ "Default": "デフォルト",
79
+ "Out Of Office": "Office外",
80
+ "Focus Time": "フォーカス時間",
81
+ "Working Location": "作業場所",
82
+ "GET": "GET",
83
+ "POST": "POST",
84
+ "PATCH": "PATCH",
85
+ "PUT": "PUT",
86
+ "DELETE": "DELETE",
87
+ "HEAD": "HEAD",
88
+ "None": "なし",
89
+ "JSON": "JSON",
90
+ "Form Data": "フォームデータ",
91
+ "Raw": "Raw",
92
+ "New or Updated Event": "新規または更新されたイベント",
93
+ "New Event": "新しいイベント",
94
+ "Event Ends": "イベント終了",
95
+ "Event Start (Time Before)": "イベント開始(時間が経過)",
96
+ "New Event Matching Search": "新しいイベント一致検索",
97
+ "Event Cancelled": "イベントがキャンセルされました",
98
+ "New Calendar": "新しいカレンダー",
99
+ "Triggers when an event is added or updated": "イベントが追加または更新されたときにトリガーします",
100
+ "Fires when a new event is created in a calendar.": "カレンダーに新しいイベントが作成されたときに発生します。",
101
+ "Fires when an event ends.": "イベントが終了したときに発生します。",
102
+ "Fires at a specified amount of time before an event starts (e.g., a reminder).": "イベントが開始される前に指定された時間(たとえばリマインダー)で発生します。",
103
+ "Fires when a new event is created that matches a specified search term.": "指定した検索語に一致する新しいイベントが作成されたときに発生します。",
104
+ "Fires when an event is canceled or deleted.": "イベントがキャンセルまたは削除されたときに発生します。",
105
+ "Fires when a new calendar is created or becomes accessible.": "新しいカレンダーが作成された時、またはアクセス可能になったときに発火します。",
106
+ "Event Types to Monitor": "モニタリングするイベントタイプ",
107
+ "Search Filter": "検索フィルタ",
108
+ "Exclude All-Day Events": "終日イベントを除外",
109
+ "Target Specific Event": "ターゲット特定のイベント",
110
+ "Event": "イベント",
111
+ "Time Before": "時刻",
112
+ "Time Unit": "時間単位",
113
+ "Event Types": "イベントタイプ",
114
+ "Search In Fields": "フィールドを検索",
115
+ "Cancellation Reasons": "キャンセルの理由",
116
+ "Access Role Filter": "アクセス権限フィルター",
117
+ "Calendar Name Filter": "カレンダー名フィルタ",
118
+ "Exclude Shared Calendars": "共有カレンダーを除外",
119
+ "If true, the trigger will activate for every occurrence of a recurring event.": "true の場合、トリガーは繰り返しイベントの発生ごとに有効になります。",
120
+ "Filter by specific event types (leave empty to monitor all event types)": "特定のイベントタイプでフィルター (すべてのイベントタイプを監視するには空白のままにしてください)",
121
+ "Only trigger for events containing this text in title, description, or location (optional)": "タイトル、説明、または場所にこのテキストを含むイベントのみトリガー(オプション)",
122
+ "Skip triggering for all-day events": "終日の予定のトリガーをスキップ",
123
+ "Enable to monitor a specific event instead of all events in the calendar.": "カレンダー内のすべてのイベントではなく、特定のイベントを監視することを有効にします。",
124
+ "The amount of time before the event starts.": "イベントが開始されるまでの時間。",
125
+ "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "新しいイベントで検索するキーワード (デフォルトではタイトル、説明、場所、出席者を検索します)",
126
+ "Filter by specific event types (optional)": "特定のイベントタイプでフィルター (オプション)",
127
+ "Specify which fields to search in (leave empty to use Google's default search across all fields)": "検索対象のフィールドを指定します。(すべてのフィールドでGoogleのデフォルト検索を使用する場合は空白のままにします)",
128
+ "Filter by specific types of cancellations (optional)": "特定の種類のキャンセルでフィルター (オプション)",
129
+ "Only trigger for calendars with specific access roles (optional)": "特定のアクセスロールを持つカレンダーのみトリガー(オプション)",
130
+ "Only trigger for calendars containing this text in name or description (optional)": "名前または説明にこのテキストを含むカレンダーのみトリガーします (オプション)",
131
+ "Only trigger for calendars you own, not shared calendars": "共有カレンダーではなく、所有しているカレンダーのみトリガーします",
132
+ "Default Events": "デフォルトのイベント",
133
+ "Birthday Events": "誕生日イベント",
134
+ "Out of Office": "Office外",
135
+ "From Gmail": "Gmail から",
136
+ "Minutes": "分",
137
+ "Hours": "時間",
138
+ "Days": "日数",
139
+ "Event Title/Summary": "イベントのタイトル/概要",
140
+ "Event Description": "イベントの説明",
141
+ "Event Location": "イベントの場所",
142
+ "Attendee Names/Emails": "出席者の名前/メール",
143
+ "Event Deleted": "イベントが削除されました",
144
+ "Attendee Declined": "出席者が拒否されました",
145
+ "Event Rescheduled": "イベントのスケジュールを変更しました",
146
+ "Other Cancellations": "その他のキャンセル",
147
+ "Owner": "所有者",
148
+ "Writer": "Writer",
149
+ "Reader": "リーダー",
150
+ "Free/Busy Reader": "無料/ビジーリーダー"
151
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "Get organized and stay on schedule": "Organiseer en blijf op schema",
3
+ "Add Attendees to Event": "Deelnemers toevoegen aan gebeurtenis",
4
+ "Create Quick Event": "Maak Snel Evenement",
5
+ "Create Event": "Gebeurtenis aanmaken",
6
+ "Get all Events": "Alle gebeurtenissen ontvangen",
7
+ "Update Event": "Gebeurtenis bijwerken",
8
+ "Delete Event": "Afspraak verwijderen",
9
+ "Find Busy/Free Periods in Calendar": "Vind Busy/Gratis Perioden in de kalender",
10
+ "Get Event by ID": "Verkrijg Event via ID",
11
+ "Custom API Call": "Custom API Call",
12
+ "Add one or more person to existing event.": "Een of meer personen toevoegen aan bestaande gebeurtenis.",
13
+ "Add Quick Calendar Event": "Snelle Agenda-gebeurtenis toevoegen",
14
+ "Add Event": "Afspraak toevoegen",
15
+ "Get Events": "Haal Evenementen op",
16
+ "Updates an event in Google Calendar.": "Werkt een gebeurtenis bij in Google Agenda.",
17
+ "Deletes an event from Google Calendar.": "Verwijdert een event van Google kalender.",
18
+ "Finds free/busy calendar details from Google Calendar.": "Vindt vrije/drukke kalendergegevens van Google Agenda.",
19
+ "Fetch event details by its unique ID from Google Calendar.": "Haal event details op met zijn unieke ID van Google Agenda.",
20
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
21
+ "Calendar": "Kalender",
22
+ "Event ID": "Gebeurtenis ID",
23
+ "Attendees": "Aanwezigen",
24
+ "Summary": "Summary",
25
+ "Send Updates": "Updates verzenden",
26
+ "Title of the event": "Titel van de gebeurtenis",
27
+ "Start date time of the event": "Startdatum van de gebeurtenis",
28
+ "End date time of the event": "Einddatum van de gebeurtenis",
29
+ "Location": "Locatie",
30
+ "Description": "Beschrijving",
31
+ "Color": "Kleur",
32
+ "Guests can modify": "Gasten kunnen aanpassen",
33
+ "Guests can invite others": "Gasten kunnen anderen uitnodigen",
34
+ "Guests can see other guests": "Gasten kunnen andere gasten zien",
35
+ "Send Notifications": "Stuur meldingen",
36
+ "Create Google Meet Link": "Creëer Google ontmoeting link",
37
+ "Event types": "Event types",
38
+ "Search Term": "Zoek term",
39
+ "Date from": "Datum van",
40
+ "Date to": "Datum tot",
41
+ "Expand Recurring Event?": "Terugkerende gebeurtenis uitbreiden?",
42
+ "Calendars": "Kalenders",
43
+ "Start Time": "Starttijd",
44
+ "End Time": "Eind Tijd",
45
+ "Max Attendees": "Maximaal aantal aanwezigen",
46
+ "Time Zone": "Tijd Zone",
47
+ "Method": "Methode",
48
+ "Headers": "Kopteksten",
49
+ "Query Parameters": "Query parameters",
50
+ "Body Type": "Type lichaam",
51
+ "Body": "Lichaam",
52
+ "Response is Binary ?": "Antwoord is binair?",
53
+ "No Error on Failure": "Geen fout bij fout",
54
+ "Timeout (in seconds)": "Time-out (in seconden)",
55
+ "Follow redirects": "Volg omleidingen",
56
+ "Emails of the attendees (guests)": "Emails van de deelnemers (gasten)",
57
+ "The text describing the event to be created": "De tekst die de te maken gebeurtenis beschrijft",
58
+ "Guests who should receive notifications about the creation of the new event.": "Gasten die meldingen moeten ontvangen over de creatie van het nieuwe evenement.",
59
+ "By default it'll be 30 min post start time": "Standaard is het 30 minuten begintijd van het bericht",
60
+ "Description of the event. You can use HTML tags here.": "Beschrijving van de gebeurtenis. U kunt hier HTML-tags gebruiken.",
61
+ "Automatically create a Google Meet video conference link for this event": "Maak automatisch een videoconferentielink aan voor dit evenement op Google",
62
+ "Select event types": "Afspraaktypes selecteren",
63
+ "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Of u terugkerende gebeurtenissen wilt uitbreiden naar instanties en alleen individuele evenementen en herhalende evenementen teruggeven, maar niet de onderliggende terugkerende evenementen zelf.",
64
+ "Select the calendars to check for busy periods.": "Selecteer de agenda's om te controleren op drukke periodes.",
65
+ "The start of the time range to check.": "Het begin van het tijdsbereik om te controleren.",
66
+ "The end of the time range to check.": "Het einde van het tijdsbereik om te controleren.",
67
+ "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "De unieke ID van de gebeurtenis (bijv. \"abc123def456\"). U kunt dit vinden in de gebeurtenis-URL of in andere kalenderacties.",
68
+ "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "Maximum aantal deelnemers om op te nemen in de reactie. Als er meer deelnemers zijn, wordt alleen de gebruiker geretourneerd.",
69
+ "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Tijdzone voor het antwoord (bijv. \"Amerika/New_York\", \"Europa/London\"). Standaard ingesteld op de tijdzone van de kalender indien niet gespecificeerd.",
70
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
71
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
72
+ "All": "Allemaal",
73
+ "External Only": "Alleen externe",
74
+ "none": "geen",
75
+ "Yes, to everyone": "Ja, tegen iedereen",
76
+ "To non-Google Calendar guests only": "Alleen naar niet-Google Agenda gasten",
77
+ "To no one": "Naar niemand",
78
+ "Default": "Standaard",
79
+ "Out Of Office": "Buiten kantoor",
80
+ "Focus Time": "Focus Tijd",
81
+ "Working Location": "Werk locatie",
82
+ "GET": "KRIJG",
83
+ "POST": "POSTE",
84
+ "PATCH": "BEKIJK",
85
+ "PUT": "PUT",
86
+ "DELETE": "VERWIJDEREN",
87
+ "HEAD": "HOOFD",
88
+ "None": "geen",
89
+ "JSON": "JSON",
90
+ "Form Data": "Formulieren gegevens",
91
+ "Raw": "Onbewerkte",
92
+ "New or Updated Event": "Nieuwe of Bijgewerkte gebeurtenis",
93
+ "New Event": "Nieuwe gebeurtenis",
94
+ "Event Ends": "Einde van evenement",
95
+ "Event Start (Time Before)": "Start event (tijd voorheen)",
96
+ "New Event Matching Search": "Nieuwe overeenkomende zoekopdracht",
97
+ "Event Cancelled": "Afspraak geannuleerd",
98
+ "New Calendar": "Nieuwe kalender",
99
+ "Triggers when an event is added or updated": "Triggert wanneer een gebeurtenis wordt toegevoegd of bijgewerkt",
100
+ "Fires when a new event is created in a calendar.": "Vuurt wanneer een nieuwe afspraak wordt gemaakt in een kalender.",
101
+ "Fires when an event ends.": "Vuurt af wanneer een gebeurtenis eindigt.",
102
+ "Fires at a specified amount of time before an event starts (e.g., a reminder).": "Vuurt op een bepaalde tijd voordat een afspraak begint (bijv. een herinnering).",
103
+ "Fires when a new event is created that matches a specified search term.": "Vuurt wanneer een nieuwe gebeurtenis wordt gemaakt die overeenkomt met een gespecificeerde zoekterm.",
104
+ "Fires when an event is canceled or deleted.": "Vuurt wanneer een event is geannuleerd of verwijderd.",
105
+ "Fires when a new calendar is created or becomes accessible.": "Vuurt wanneer een nieuwe kalender wordt gemaakt of toegankelijk wordt.",
106
+ "Event Types to Monitor": "Te monitoren event typen",
107
+ "Search Filter": "Zoek filter",
108
+ "Exclude All-Day Events": "All-Day Gebeurtenissen uitsluiten",
109
+ "Target Specific Event": "Specifieke doelgebeurtenis",
110
+ "Event": "Gebeurtenis",
111
+ "Time Before": "Tijd voor",
112
+ "Time Unit": "Eenheid van tijd",
113
+ "Event Types": "Event Types",
114
+ "Search In Fields": "Zoeken in velden",
115
+ "Cancellation Reasons": "Reden van annulering",
116
+ "Access Role Filter": "Toegang Rol Filter",
117
+ "Calendar Name Filter": "Kalender naam filter",
118
+ "Exclude Shared Calendars": "Gedeelde kalenders uitsluiten",
119
+ "If true, the trigger will activate for every occurrence of a recurring event.": "Indien waar, dan zal de trigger activeren voor elke gebeurtenis van een terugkerende gebeurtenis.",
120
+ "Filter by specific event types (leave empty to monitor all event types)": "Filter op specifieke event types (laat leeg om alle event types te controleren)",
121
+ "Only trigger for events containing this text in title, description, or location (optional)": "Alleen trigger voor afspraken die deze tekst bevatten in titel, beschrijving of locatie (optioneel)",
122
+ "Skip triggering for all-day events": "Trigeren voor dagelijkse afspraken overslaan",
123
+ "Enable to monitor a specific event instead of all events in the calendar.": "Inschakelen om een specifieke gebeurtenis bij te houden in plaats van alle afspraken in de kalender.",
124
+ "The amount of time before the event starts.": "De hoeveelheid tijd voordat het evenement begint.",
125
+ "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "De trefwoorden om te zoeken in nieuwe afspraken (zoekt standaard tussen titel, beschrijving, locatie en deelnemers).",
126
+ "Filter by specific event types (optional)": "Filter op specifieke event types (optioneel)",
127
+ "Specify which fields to search in (leave empty to use Google's default search across all fields)": "Specificeer in welke velden gezocht moeten worden (laat leeg om de standaard zoekopdracht van Google te gebruiken voor alle velden)",
128
+ "Filter by specific types of cancellations (optional)": "Filter op specifieke soorten annuleringen (optioneel)",
129
+ "Only trigger for calendars with specific access roles (optional)": "Alleen activeren voor kalenders met specifieke toegangsrollen (optioneel)",
130
+ "Only trigger for calendars containing this text in name or description (optional)": "Alleen trigger voor kalenders die deze tekst in naam of beschrijving (optioneel)",
131
+ "Only trigger for calendars you own, not shared calendars": "Alleen voor kalenders die u eist, niet gedeelde kalenders",
132
+ "Default Events": "Standaard Gebeurtenissen",
133
+ "Birthday Events": "Verjaardag Evenementen",
134
+ "Out of Office": "Buiten kantoor",
135
+ "From Gmail": "Van Gmail",
136
+ "Minutes": "minuten",
137
+ "Hours": "Uren",
138
+ "Days": "dagen",
139
+ "Event Title/Summary": "Event Titel/Samenvatting",
140
+ "Event Description": "Beschrijving gebeurtenis",
141
+ "Event Location": "Locatie van gebeurtenis",
142
+ "Attendee Names/Emails": "Aanwezige Naam/Emails",
143
+ "Event Deleted": "Afspraak verwijderd",
144
+ "Attendee Declined": "Deelnemer geweigerd",
145
+ "Event Rescheduled": "Evenement verplaatst",
146
+ "Other Cancellations": "Andere annuleringen",
147
+ "Owner": "Eigenaar",
148
+ "Writer": "Schrijver",
149
+ "Reader": "Lezer",
150
+ "Free/Busy Reader": "Gratis/Busy Reader"
151
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "Get organized and stay on schedule": "Organize-se e mantenha o horário",
3
+ "Add Attendees to Event": "Adicionar participantes ao evento",
4
+ "Create Quick Event": "Criar Evento Rápido",
5
+ "Create Event": "Criar evento",
6
+ "Get all Events": "Receber todos os eventos",
7
+ "Update Event": "Atualizar Evento",
8
+ "Delete Event": "Apagar Evento",
9
+ "Find Busy/Free Periods in Calendar": "Encontre Períodos Ocupados/Gratuitos no Calendário",
10
+ "Get Event by ID": "Obter evento por ID",
11
+ "Custom API Call": "Chamada de API personalizada",
12
+ "Add one or more person to existing event.": "Adicione uma ou mais pessoas ao evento existente.",
13
+ "Add Quick Calendar Event": "Adicionar evento ao calendário rápido",
14
+ "Add Event": "Adicionar evento",
15
+ "Get Events": "Obter Eventos",
16
+ "Updates an event in Google Calendar.": "Atualiza um evento no Google Calendar.",
17
+ "Deletes an event from Google Calendar.": "Exclui um evento do Google Agenda.",
18
+ "Finds free/busy calendar details from Google Calendar.": "Localiza detalhes da agenda livre/ocupada no Google Calendar.",
19
+ "Fetch event details by its unique ID from Google Calendar.": "Obter os detalhes do evento por seu ID exclusivo do Google Calendar.",
20
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
21
+ "Calendar": "calendário",
22
+ "Event ID": "Código do evento",
23
+ "Attendees": "Participantes",
24
+ "Summary": "Summary",
25
+ "Send Updates": "Enviar Atualizações",
26
+ "Title of the event": "Título do evento",
27
+ "Start date time of the event": "Data de início do evento",
28
+ "End date time of the event": "Data de término do evento",
29
+ "Location": "Local:",
30
+ "Description": "Descrição",
31
+ "Color": "Cor",
32
+ "Guests can modify": "Os convidados podem modificar",
33
+ "Guests can invite others": "Os convidados podem convidar outros",
34
+ "Guests can see other guests": "Os convidados podem ver outros convidados",
35
+ "Send Notifications": "Enviar Notificações",
36
+ "Create Google Meet Link": "Criar link do Google Meet",
37
+ "Event types": "Tipos de evento",
38
+ "Search Term": "Termo para pesquisa",
39
+ "Date from": "Data inicial",
40
+ "Date to": "Data final",
41
+ "Expand Recurring Event?": "Expandir Evento Recorrente?",
42
+ "Calendars": "Calendários",
43
+ "Start Time": "Hora de início",
44
+ "End Time": "Hora de término",
45
+ "Max Attendees": "Máximo de participantes",
46
+ "Time Zone": "Fuso Horário",
47
+ "Method": "Método",
48
+ "Headers": "Cabeçalhos",
49
+ "Query Parameters": "Parâmetros da consulta",
50
+ "Body Type": "Tipo de Corpo",
51
+ "Body": "Conteúdo",
52
+ "Response is Binary ?": "A resposta é binária ?",
53
+ "No Error on Failure": "Nenhum erro no Failure",
54
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
55
+ "Follow redirects": "Seguir redirecionamentos",
56
+ "Emails of the attendees (guests)": "E-mails dos participantes (convidados)",
57
+ "The text describing the event to be created": "O texto descrevendo o evento a ser criado",
58
+ "Guests who should receive notifications about the creation of the new event.": "Convidados que devem receber notificações sobre a criação do novo evento.",
59
+ "By default it'll be 30 min post start time": "Por padrão será 30 min hora de início da postagem",
60
+ "Description of the event. You can use HTML tags here.": "Descrição do evento. Você pode usar tags HTML aqui.",
61
+ "Automatically create a Google Meet video conference link for this event": "Criar automaticamente um link de videoconferência do Google Meet para este evento",
62
+ "Select event types": "Selecione os tipos de eventos",
63
+ "Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.": "Expandir os eventos recorrentes para instâncias e apenas retornar eventos únicos e instâncias de eventos recorrentes, mas não os próprios eventos recorrentes subjacentes.",
64
+ "Select the calendars to check for busy periods.": "Selecione os calendários para verificar se há períodos ocupados.",
65
+ "The start of the time range to check.": "O início do intervalo de tempo para verificar.",
66
+ "The end of the time range to check.": "O fim do intervalo de tempo para verificar.",
67
+ "The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "O ID exclusivo do evento (por exemplo, \"abc123def456\"). Você pode encontrar isso na URL do evento ou em outras ações do calendário.",
68
+ "Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "O número máximo de participantes para incluir na resposta. Se houver mais participantes, apenas o participante será devolvido.",
69
+ "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Fuso horário para a resposta (por exemplo, \"América/New_York\", \"Europa/Londres\"). O padrão é o fuso horário do calendário se não for especificado.",
70
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
71
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
72
+ "All": "TODOS",
73
+ "External Only": "Apenas externo",
74
+ "none": "nenhuma",
75
+ "Yes, to everyone": "Sim, para todos",
76
+ "To non-Google Calendar guests only": "Apenas para participantes não-do Google Agenda",
77
+ "To no one": "Para ninguém",
78
+ "Default": "Padrão",
79
+ "Out Of Office": "Fora de Escritório",
80
+ "Focus Time": "Hora de Foco",
81
+ "Working Location": "Local de trabalho",
82
+ "GET": "OBTER",
83
+ "POST": "POSTAR",
84
+ "PATCH": "COMPRAR",
85
+ "PUT": "COLOCAR",
86
+ "DELETE": "EXCLUIR",
87
+ "HEAD": "CABEÇA",
88
+ "None": "Nenhuma",
89
+ "JSON": "JSON",
90
+ "Form Data": "Dados de Formulário",
91
+ "Raw": "RAW",
92
+ "New or Updated Event": "Evento novo ou atualizado",
93
+ "New Event": "Novo evento",
94
+ "Event Ends": "Fim do Evento",
95
+ "Event Start (Time Before)": "Início do Evento (Tempo Anterior)",
96
+ "New Event Matching Search": "Pesquisa de Correspondência de Novo Evento",
97
+ "Event Cancelled": "Evento cancelado",
98
+ "New Calendar": "Novo calendário",
99
+ "Triggers when an event is added or updated": "Dispara quando um evento é adicionado ou atualizado",
100
+ "Fires when a new event is created in a calendar.": "aciona quando um novo evento é criado em um calendário.",
101
+ "Fires when an event ends.": "Atira quando um evento terminar.",
102
+ "Fires at a specified amount of time before an event starts (e.g., a reminder).": "Atira a uma quantidade especificada de tempo antes do início de um evento (por exemplo, um lembrete).",
103
+ "Fires when a new event is created that matches a specified search term.": "Atira quando um novo evento é criado que corresponde a um termo de pesquisa especificado.",
104
+ "Fires when an event is canceled or deleted.": "Atira quando um evento é cancelado ou excluído.",
105
+ "Fires when a new calendar is created or becomes accessible.": "Atira quando um novo calendário é criado ou se torna acessível.",
106
+ "Event Types to Monitor": "Tipos de Evento para Monitorar",
107
+ "Search Filter": "Filtro de Busca",
108
+ "Exclude All-Day Events": "Excluir eventos do dia inteiro",
109
+ "Target Specific Event": "Evento Específico do alvo",
110
+ "Event": "Evento",
111
+ "Time Before": "Tempo Antes",
112
+ "Time Unit": "Unidade de tempo",
113
+ "Event Types": "Tipos de Evento",
114
+ "Search In Fields": "Pesquisar em Campos",
115
+ "Cancellation Reasons": "Motivos de cancelamento",
116
+ "Access Role Filter": "Filtro Função de Acesso",
117
+ "Calendar Name Filter": "Nome do calendário",
118
+ "Exclude Shared Calendars": "Excluir calendários compartilhados",
119
+ "If true, the trigger will activate for every occurrence of a recurring event.": "Se verdadeiro, o gatilho será ativado para cada ocorrência de um evento recorrente.",
120
+ "Filter by specific event types (leave empty to monitor all event types)": "Filtrar por tipos de evento específicos (deixe em branco para monitorar todos os tipos de eventos)",
121
+ "Only trigger for events containing this text in title, description, or location (optional)": "Ativar apenas eventos que contenham este texto em título, descrição ou localização (opcional)",
122
+ "Skip triggering for all-day events": "Pular disparo para eventos de dia inteiro",
123
+ "Enable to monitor a specific event instead of all events in the calendar.": "Habilite para monitorar um evento específico em vez de todos os eventos na agenda.",
124
+ "The amount of time before the event starts.": "O tempo antes do início do evento.",
125
+ "The keyword(s) to search for in new events (searches across title, description, location, and attendees by default).": "A palavra-chave para procurar em novos eventos (pesquisa por título, descrição, localização e participantes por padrão).",
126
+ "Filter by specific event types (optional)": "Filtrar por tipos de evento específicos (opcional)",
127
+ "Specify which fields to search in (leave empty to use Google's default search across all fields)": "Especifique quais campos para pesquisar (deixe em branco para usar a pesquisa padrão do Google em todos os campos)",
128
+ "Filter by specific types of cancellations (optional)": "Filtrar por tipos específicos de cancelamentos (opcional)",
129
+ "Only trigger for calendars with specific access roles (optional)": "Selecionar calendários com papéis de acesso específicos (opcional)",
130
+ "Only trigger for calendars containing this text in name or description (optional)": "Apenas gatilho para calendários que contenham este texto no nome ou descrição (opcional)",
131
+ "Only trigger for calendars you own, not shared calendars": "Apenas gatilho para os calendários que você possui, não compartilhados",
132
+ "Default Events": "Eventos Padrão",
133
+ "Birthday Events": "Eventos de aniversário",
134
+ "Out of Office": "Fora de Escritório",
135
+ "From Gmail": "Do Gmail",
136
+ "Minutes": "minutos",
137
+ "Hours": "horas",
138
+ "Days": "dias",
139
+ "Event Title/Summary": "Título do Evento/Resumo",
140
+ "Event Description": "Descrição do Evento",
141
+ "Event Location": "Local do evento",
142
+ "Attendee Names/Emails": "Nomes dos participantes/E-mails",
143
+ "Event Deleted": "Evento excluído",
144
+ "Attendee Declined": "Participante recusado",
145
+ "Event Rescheduled": "Evento reagendado",
146
+ "Other Cancellations": "Outros cancelamentos",
147
+ "Owner": "Proprietário",
148
+ "Writer": "Escritor",
149
+ "Reader": "Leitor",
150
+ "Free/Busy Reader": "Leitor Livre/Ocupado"
151
+ }