@activepieces/piece-google-calendar 0.7.3 → 0.8.0
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 +9 -15
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/translation.json +2 -0
- package/src/i18n/zh.json +2 -0
- package/src/index.js +1 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/add-attendees.action.d.ts +1 -1
- package/src/lib/actions/create-event.d.ts +2 -2
- package/src/lib/actions/create-quick-event.d.ts +1 -1
- package/src/lib/actions/delete-event.action.d.ts +1 -1
- package/src/lib/actions/find-busy-free-periods.d.ts +1 -1
- package/src/lib/actions/find-busy-free-periods.js +1 -0
- package/src/lib/actions/find-busy-free-periods.js.map +1 -1
- package/src/lib/actions/get-event-by-id.d.ts +1 -1
- package/src/lib/actions/get-events.d.ts +1 -1
- package/src/lib/actions/update-event.action.d.ts +2 -2
- package/src/lib/common/index.d.ts +3 -3
- package/src/lib/common/index.js +5 -2
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/triggers/calendar-event.d.ts +3 -3
- package/src/lib/triggers/calendar-event.js.map +1 -1
- package/src/lib/triggers/event-cancelled.d.ts +6 -6
- package/src/lib/triggers/event-cancelled.js.map +1 -1
- package/src/lib/triggers/event-ends.d.ts +6 -6
- package/src/lib/triggers/event-start-time-before.d.ts +6 -6
- package/src/lib/triggers/event-start-time-before.js.map +1 -1
- package/src/lib/triggers/new-event-matching-search.d.ts +3 -3
- package/src/lib/triggers/new-event.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,29 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-google-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
-
"axios": "1.
|
|
6
|
+
"axios": "1.13.1",
|
|
7
7
|
"axios-retry": "4.4.1",
|
|
8
8
|
"dayjs": "1.11.9",
|
|
9
9
|
"deepmerge-ts": "7.1.0",
|
|
10
|
+
"form-data": "4.0.4",
|
|
10
11
|
"googleapis": "129.0.0",
|
|
11
12
|
"mime-types": "2.1.35",
|
|
12
13
|
"nanoid": "3.3.8",
|
|
13
14
|
"semver": "7.6.0",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"@activepieces/pieces-
|
|
17
|
-
"@activepieces/
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
"overrides": {
|
|
21
|
-
"@tryfabric/martian": {
|
|
22
|
-
"@notionhq/client": "$@notionhq/client"
|
|
23
|
-
},
|
|
24
|
-
"vite": {
|
|
25
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
26
|
-
}
|
|
15
|
+
"socket.io-client": "4.8.1",
|
|
16
|
+
"zod": "4.1.13",
|
|
17
|
+
"@activepieces/pieces-common": "0.11.0",
|
|
18
|
+
"@activepieces/pieces-framework": "0.23.0",
|
|
19
|
+
"@activepieces/shared": "0.30.4",
|
|
20
|
+
"tslib": "2.6.2"
|
|
27
21
|
},
|
|
28
22
|
"resolutions": {
|
|
29
23
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/de.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Gäste können andere einladen",
|
|
34
34
|
"Guests can see other guests": "Gäste können andere Gäste sehen",
|
|
35
35
|
"Send Notifications": "Benachrichtigungen senden",
|
|
36
|
+
"Create Google Meet Link": "Google-Meet-Link erstellen",
|
|
36
37
|
"Event types": "Ereignistypen",
|
|
37
38
|
"Search Term": "Suchbegriff",
|
|
38
39
|
"Date from": "Datum ab",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Gäste, die Benachrichtigungen über die Erstellung der neuen Veranstaltung erhalten sollten.",
|
|
56
57
|
"By default it'll be 30 min post start time": "Standardmäßig ist es 30 Minuten Beitragsstartzeit",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Beschreibung des Ereignisses. Hier können HTML-Tags verwendet werden.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Automatisch einen Google Meet Video-Konferenz-Link für dieses Ereignis erstellen",
|
|
58
60
|
"Select event types": "Ereignistypen auswählen",
|
|
59
61
|
"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.": "Ob wiederkehrende Ereignisse auf Instanzen ausgedehnt werden und nur einmalige Ereignisse und Fälle wiederkehrender Ereignisse zurückgegeben werden sollen, aber nicht die zugrunde liegenden wiederkehrenden Ereignisse selbst.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Wählen Sie die Kalender, die auf belebte Zeiträume überprüft werden sollen.",
|
package/src/i18n/es.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Los invitados pueden invitar a otros",
|
|
34
34
|
"Guests can see other guests": "Los invitados pueden ver a otros invitados",
|
|
35
35
|
"Send Notifications": "Enviar notificaciones",
|
|
36
|
+
"Create Google Meet Link": "Crear enlace de Google Meet",
|
|
36
37
|
"Event types": "Tipos de eventos",
|
|
37
38
|
"Search Term": "Buscar término",
|
|
38
39
|
"Date from": "Fecha de",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Invitados que deben recibir notificaciones sobre la creación del nuevo evento.",
|
|
56
57
|
"By default it'll be 30 min post start time": "Por defecto será 30 minutos de inicio del post",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Descripción del evento. Puedes usar etiquetas HTML aquí.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Crear automáticamente un enlace de videoconferencia de Google Meet para este evento",
|
|
58
60
|
"Select event types": "Seleccionar tipos de evento",
|
|
59
61
|
"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.": "Si expandir o no los eventos recurrentes en instancias y sólo retornar eventos únicos e instancias de eventos recurrentes, pero no los eventos recurrentes subyacentes ellos mismos.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Seleccione los calendarios para comprobar los periodos ocupados.",
|
package/src/i18n/fr.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Les invités peuvent inviter d'autres personnes",
|
|
34
34
|
"Guests can see other guests": "Les invités peuvent voir les autres invités",
|
|
35
35
|
"Send Notifications": "Envoyer des notifications",
|
|
36
|
+
"Create Google Meet Link": "Créer un lien Google Meet",
|
|
36
37
|
"Event types": "Types d'événements",
|
|
37
38
|
"Search Term": "Terme de recherche",
|
|
38
39
|
"Date from": "Date de début",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Les invités qui devraient recevoir des notifications sur la création de l'événement.",
|
|
56
57
|
"By default it'll be 30 min post start time": "Par défaut, il sera de 30 mn après le début",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Description de l'événement. Vous pouvez utiliser des balises HTML ici.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Créer automatiquement un lien de vidéoconférence Google Meet pour cet événement",
|
|
58
60
|
"Select event types": "Sélectionnez les types d'événements",
|
|
59
61
|
"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.": "S'il faut étendre les événements récurrents dans des instances et ne retourner que des événements uniques et des instances d'événements récurrents, mais pas les événements récurrents sous-jacents eux-mêmes.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Sélectionnez les calendriers à vérifier pour les périodes occupées.",
|
package/src/i18n/ja.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "ゲストは他のユーザーを招待できます",
|
|
34
34
|
"Guests can see other guests": "ゲストは他のゲストを閲覧できます",
|
|
35
35
|
"Send Notifications": "通知を送信",
|
|
36
|
+
"Create Google Meet Link": "Google Meetのリンクを作成",
|
|
36
37
|
"Event types": "イベントの種類",
|
|
37
38
|
"Search Term": "検索用語",
|
|
38
39
|
"Date from": "開始日",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "新しいイベントの作成に関する通知を受け取るゲスト。",
|
|
56
57
|
"By default it'll be 30 min post start time": "デフォルトでは投稿開始時間は30分です",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "イベントの説明。ここではHTMLタグを使用できます。",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "このイベントのGoogle Meetビデオ会議リンクを自動的に作成する",
|
|
58
60
|
"Select event types": "イベントの種類を選択",
|
|
59
61
|
"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.": "繰り返しイベントをインスタンスに展開し、単一オフイベントと繰り返しイベントのインスタンスのみを返すかどうかを設定しますが、元の繰り返しイベント自体は返しません。",
|
|
60
62
|
"Select the calendars to check for busy periods.": "カレンダーを選択して、忙しい期間を確認します。",
|
package/src/i18n/nl.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Gasten kunnen anderen uitnodigen",
|
|
34
34
|
"Guests can see other guests": "Gasten kunnen andere gasten zien",
|
|
35
35
|
"Send Notifications": "Stuur meldingen",
|
|
36
|
+
"Create Google Meet Link": "Creëer Google ontmoeting link",
|
|
36
37
|
"Event types": "Event types",
|
|
37
38
|
"Search Term": "Zoek term",
|
|
38
39
|
"Date from": "Datum van",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Gasten die meldingen moeten ontvangen over de creatie van het nieuwe evenement.",
|
|
56
57
|
"By default it'll be 30 min post start time": "Standaard is het 30 minuten begintijd van het bericht",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Beschrijving van de gebeurtenis. U kunt hier HTML-tags gebruiken.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Maak automatisch een videoconferentielink aan voor dit evenement op Google",
|
|
58
60
|
"Select event types": "Afspraaktypes selecteren",
|
|
59
61
|
"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.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Selecteer de agenda's om te controleren op drukke periodes.",
|
package/src/i18n/pt.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Os convidados podem convidar outros",
|
|
34
34
|
"Guests can see other guests": "Os convidados podem ver outros convidados",
|
|
35
35
|
"Send Notifications": "Enviar Notificações",
|
|
36
|
+
"Create Google Meet Link": "Criar link do Google Meet",
|
|
36
37
|
"Event types": "Tipos de evento",
|
|
37
38
|
"Search Term": "Termo para pesquisa",
|
|
38
39
|
"Date from": "Data inicial",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"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.",
|
|
56
57
|
"By default it'll be 30 min post start time": "Por padrão será 30 min hora de início da postagem",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Descrição do evento. Você pode usar tags HTML aqui.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Criar automaticamente um link de videoconferência do Google Meet para este evento",
|
|
58
60
|
"Select event types": "Selecione os tipos de eventos",
|
|
59
61
|
"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.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Selecione os calendários para verificar se há períodos ocupados.",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Guests can invite others",
|
|
34
34
|
"Guests can see other guests": "Guests can see other guests",
|
|
35
35
|
"Send Notifications": "Send Notifications",
|
|
36
|
+
"Create Google Meet Link": "Create Google Meet Link",
|
|
36
37
|
"Event types": "Event types",
|
|
37
38
|
"Search Term": "Search Term",
|
|
38
39
|
"Date from": "Date from",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
|
|
56
57
|
"By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Automatically create a Google Meet video conference link for this event",
|
|
58
60
|
"Select event types": "Select event types",
|
|
59
61
|
"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.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Select the calendars to check for busy periods.",
|
package/src/i18n/zh.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"Guests can invite others": "Guests can invite others",
|
|
34
34
|
"Guests can see other guests": "Guests can see other guests",
|
|
35
35
|
"Send Notifications": "Send Notifications",
|
|
36
|
+
"Create Google Meet Link": "Create Google Meet Link",
|
|
36
37
|
"Event types": "Event types",
|
|
37
38
|
"Search Term": "Search Term",
|
|
38
39
|
"Date from": "Date from",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
"Guests who should receive notifications about the creation of the new event.": "Guests who should receive notifications about the creation of the new event.",
|
|
56
57
|
"By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
|
|
57
58
|
"Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
|
|
59
|
+
"Automatically create a Google Meet video conference link for this event": "Automatically create a Google Meet video conference link for this event",
|
|
58
60
|
"Select event types": "Select event types",
|
|
59
61
|
"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.",
|
|
60
62
|
"Select the calendars to check for busy periods.": "Select the calendars to check for busy periods.",
|
package/src/index.js
CHANGED
|
@@ -73,7 +73,7 @@ exports.googleCalendar = (0, pieces_framework_1.createPiece)({
|
|
|
73
73
|
},
|
|
74
74
|
authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
75
75
|
return {
|
|
76
|
-
Authorization: `Bearer ${auth.access_token}`,
|
|
76
|
+
Authorization: `Bearer ${(auth).access_token}`,
|
|
77
77
|
};
|
|
78
78
|
}),
|
|
79
79
|
}),
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/google-calendar/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAIwC;AACxC,iDAAqD;AACrD,6DAAyD;AACzD,yEAA4E;AAC5E,2EAAsE;AACtE,yDAAqD;AACrD,2EAAsE;AACtE,yCAAoD;AACpD,kEAAqE;AACrE,6EAA+E;AAC/E,iFAAoE;AACpE,mEAA6D;AAC7D,wDAAoD;AACpD,0DAAsD;AACtD,oFAA8E;AAC9E,wFAAkF;AAClF,oEAAgE;AAChE,8DAA0D;AAE7C,QAAA,kBAAkB,GAAG,4BAAS,CAAC,MAAM,CAAC;IACjD,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,2CAA2C;IACpD,QAAQ,EAAE,qCAAqC;IAC/C,QAAQ,EAAE,IAAI;IACd,IAAI,EAAE,IAAI;IACV,KAAK,EAAE;QACL,iDAAiD;QACjD,mDAAmD;QACnD,oDAAoD;QACpD,0DAA0D;KAC3D;CACF,CAAC,CAAC;AAEU,QAAA,cAAc,GAAG,IAAA,8BAAW,EAAC;IACxC,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,yDAAyD;IAClE,UAAU,EAAE,CAAC,sBAAa,CAAC,YAAY,CAAC;IACxC,WAAW,EAAE,iBAAiB;IAC9B,WAAW,EAAE,oCAAoC;IAEjD,OAAO,EAAE;QACP,aAAa;QACb,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,YAAY;QACZ,WAAW;QACX,eAAe;QACf,UAAU;QACV,SAAS;QACT,cAAc;QACd,aAAa;QACb,SAAS;KACV;IACD,IAAI,EAAE,0BAAkB;IACxB,OAAO,EAAE;QACP,gDAAyB;QACzB,6CAAwB;QACxB,0BAAW;QACX,sBAAS;QACT,uCAAiB;QACjB,uCAAiB;QACjB,qCAAY;QACZ,8BAAY;QACZ,wDAAwD;QACxD,6BAA6B;QAC7B,IAAA,yCAAyB,EAAC;YACxB,IAAI,EAAE,0BAAkB;YACxB,OAAO;gBACL,OAAO,6BAAoB,CAAC,OAAO,CAAC;YACtC,CAAC;YACD,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAC1B,OAAO;oBACL,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/google-calendar/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAIwC;AACxC,iDAAqD;AACrD,6DAAyD;AACzD,yEAA4E;AAC5E,2EAAsE;AACtE,yDAAqD;AACrD,2EAAsE;AACtE,yCAAoD;AACpD,kEAAqE;AACrE,6EAA+E;AAC/E,iFAAoE;AACpE,mEAA6D;AAC7D,wDAAoD;AACpD,0DAAsD;AACtD,oFAA8E;AAC9E,wFAAkF;AAClF,oEAAgE;AAChE,8DAA0D;AAE7C,QAAA,kBAAkB,GAAG,4BAAS,CAAC,MAAM,CAAC;IACjD,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,2CAA2C;IACpD,QAAQ,EAAE,qCAAqC;IAC/C,QAAQ,EAAE,IAAI;IACd,IAAI,EAAE,IAAI;IACV,KAAK,EAAE;QACL,iDAAiD;QACjD,mDAAmD;QACnD,oDAAoD;QACpD,0DAA0D;KAC3D;CACF,CAAC,CAAC;AAEU,QAAA,cAAc,GAAG,IAAA,8BAAW,EAAC;IACxC,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,yDAAyD;IAClE,UAAU,EAAE,CAAC,sBAAa,CAAC,YAAY,CAAC;IACxC,WAAW,EAAE,iBAAiB;IAC9B,WAAW,EAAE,oCAAoC;IAEjD,OAAO,EAAE;QACP,aAAa;QACb,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,YAAY;QACZ,WAAW;QACX,eAAe;QACf,UAAU;QACV,SAAS;QACT,cAAc;QACd,aAAa;QACb,SAAS;KACV;IACD,IAAI,EAAE,0BAAkB;IACxB,OAAO,EAAE;QACP,gDAAyB;QACzB,6CAAwB;QACxB,0BAAW;QACX,sBAAS;QACT,uCAAiB;QACjB,uCAAiB;QACjB,qCAAY;QACZ,8BAAY;QACZ,wDAAwD;QACxD,6BAA6B;QAC7B,IAAA,yCAAyB,EAAC;YACxB,IAAI,EAAE,0BAAkB;YACxB,OAAO;gBACL,OAAO,6BAAoB,CAAC,OAAO,CAAC;YACtC,CAAC;YACD,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAC1B,OAAO;oBACL,aAAa,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE;iBAC/C,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;KACH;IACD,QAAQ,EAAE,CAAC,qCAAoB;QAC7B,oBAAQ;QACR,sBAAS;QACT,8CAAoB;QACpB,kDAAsB;QACtB,gCAAc;QACd,0BAAW;KACZ;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const addAttendeesToEventAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
eventId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
4
|
attendees: import("@activepieces/pieces-framework").ArrayProperty<true>;
|
|
5
5
|
}>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const createEvent: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
title: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
4
|
start_date_time: import("@activepieces/pieces-framework").DateTimeProperty<true>;
|
|
5
5
|
end_date_time: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
6
6
|
location: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
7
7
|
description: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
8
|
-
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
8
|
+
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
attendees: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
10
10
|
guests_can_modify: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
11
11
|
guests_can_invite_others: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const createQuickCalendarEvent: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
text: import("@activepieces/pieces-framework").LongTextProperty<true>;
|
|
4
4
|
send_updates: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true> | import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
5
5
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const deleteEventAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
eventId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
4
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const findFreeBusy: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_ids: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, true
|
|
2
|
+
calendar_ids: import("@activepieces/pieces-framework").MultiSelectDropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
start_date: import("@activepieces/pieces-framework").DateTimeProperty<true>;
|
|
4
4
|
end_date: import("@activepieces/pieces-framework").DateTimeProperty<true>;
|
|
5
5
|
}>;
|
|
@@ -15,6 +15,7 @@ exports.findFreeBusy = (0, pieces_framework_1.createAction)({
|
|
|
15
15
|
description: 'Finds free/busy calendar details from Google Calendar.',
|
|
16
16
|
props: {
|
|
17
17
|
calendar_ids: pieces_framework_1.Property.MultiSelectDropdown({
|
|
18
|
+
auth: __1.googleCalendarAuth,
|
|
18
19
|
displayName: 'Calendars',
|
|
19
20
|
description: 'Select the calendars to check for busy periods.',
|
|
20
21
|
required: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-busy-free-periods.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/actions/find-busy-free-periods.ts"],"names":[],"mappings":";;;;AAAA,qEAA6F;AAC7F,+DAAsG;AACtG,8BAA4C;AAC5C,sCAAiD;AACjD,6CAAgD;AAChD,0DAA0B;AAqBb,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,sBAAkB;IACxB,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE,oCAAoC;IACjD,WAAW,EAAE,wDAAwD;IACrE,KAAK,EAAE;QACL,YAAY,EAAE,2BAAQ,CAAC,mBAAmB,CAAC;YACzC,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,iDAAiD;YAC9D,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,EAAE;YACd,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO;wBACL,QAAQ,EAAE,IAAI;wBACd,WAAW,EAAE,4BAA4B;wBACzC,OAAO,EAAE,EAAE;qBACZ,CAAC;gBACJ,CAAC;gBACD,MAAM,QAAQ,GAAG,IAA2B,CAAC;gBAC7C,MAAM,SAAS,GAAG,MAAM,IAAA,qBAAY,EAAC,QAAQ,CAAC,CAAC;gBAC/C,OAAO;oBACL,QAAQ,EAAE,KAAK;oBACf,OAAO,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE;wBAClC,OAAO;4BACL,KAAK,EAAE,QAAQ,CAAC,OAAO;4BACvB,KAAK,EAAE,QAAQ,CAAC,EAAE;yBACnB,CAAC;oBACJ,CAAC,CAAC;iBACH,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,uCAAuC;YACpD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC1B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,qCAAqC;YAClD,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAClE,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;YAEtC,MAAM,WAAW,GAAG;gBAElB,OAAO,EAAE,IAAA,eAAK,EAAC,UAAU,CAAC,CAAC,WAAW,EAAE;gBACxC,OAAO,EAAE,IAAA,eAAK,EAAC,QAAQ,CAAC,CAAC,WAAW,EAAE;gBAEtC,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;aAC1C,CAAC;YAEF,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,6BAAoB,CAAC,OAAO,WAAW;gBAC/C,IAAI,EAAE,WAAW;gBACjB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,YAAY;iBACpB;aACF,CAAC;YAEF,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAmB,OAAO,CAAC,CAAC;YAGzE,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"find-busy-free-periods.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/actions/find-busy-free-periods.ts"],"names":[],"mappings":";;;;AAAA,qEAA6F;AAC7F,+DAAsG;AACtG,8BAA4C;AAC5C,sCAAiD;AACjD,6CAAgD;AAChD,0DAA0B;AAqBb,QAAA,YAAY,GAAG,IAAA,+BAAY,EAAC;IACvC,IAAI,EAAE,sBAAkB;IACxB,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EAAE,oCAAoC;IACjD,WAAW,EAAE,wDAAwD;IACrE,KAAK,EAAE;QACL,YAAY,EAAE,2BAAQ,CAAC,mBAAmB,CAAC;YACzC,IAAI,EAAE,sBAAkB;YACxB,WAAW,EAAE,WAAW;YACxB,WAAW,EAAE,iDAAiD;YAC9D,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,EAAE;YACd,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO;wBACL,QAAQ,EAAE,IAAI;wBACd,WAAW,EAAE,4BAA4B;wBACzC,OAAO,EAAE,EAAE;qBACZ,CAAC;gBACJ,CAAC;gBACD,MAAM,QAAQ,GAAG,IAA2B,CAAC;gBAC7C,MAAM,SAAS,GAAG,MAAM,IAAA,qBAAY,EAAC,QAAQ,CAAC,CAAC;gBAC/C,OAAO;oBACL,QAAQ,EAAE,KAAK;oBACf,OAAO,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE;wBAClC,OAAO;4BACL,KAAK,EAAE,QAAQ,CAAC,OAAO;4BACvB,KAAK,EAAE,QAAQ,CAAC,EAAE;yBACnB,CAAC;oBACJ,CAAC,CAAC;iBACH,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,uCAAuC;YACpD,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC1B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,qCAAqC;YAClD,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAClE,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;YAEtC,MAAM,WAAW,GAAG;gBAElB,OAAO,EAAE,IAAA,eAAK,EAAC,UAAU,CAAC,CAAC,WAAW,EAAE;gBACxC,OAAO,EAAE,IAAA,eAAK,EAAC,QAAQ,CAAC,CAAC,WAAW,EAAE;gBAEtC,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;aAC1C,CAAC;YAEF,MAAM,OAAO,GAAgB;gBAC3B,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,6BAAoB,CAAC,OAAO,WAAW;gBAC/C,IAAI,EAAE,WAAW;gBACjB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,YAAY;iBACpB;aACF,CAAC;YAEF,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAmB,OAAO,CAAC,CAAC;YAGzE,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const getEventById: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
event_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
4
|
max_attendees: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
5
5
|
time_zone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const getEvents: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, true>;
|
|
4
4
|
search: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
5
5
|
start_date: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const updateEventAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
2
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
2
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
3
|
eventId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
4
|
title: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
5
5
|
start_date_time: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
6
6
|
end_date_time: import("@activepieces/pieces-framework").DateTimeProperty<false>;
|
|
7
7
|
location: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
8
8
|
description: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
9
|
-
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
9
|
+
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
10
|
attendees: import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
11
11
|
guests_can_modify: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
12
12
|
guests_can_invite_others: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const googleCalendarCommon: {
|
|
2
2
|
baseUrl: string;
|
|
3
|
-
calendarDropdown: (minAccessRole?: "writer") => import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
4
|
-
eventDropdown: (required?: boolean) => import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
5
|
-
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
3
|
+
calendarDropdown: (minAccessRole?: "writer") => import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
|
+
eventDropdown: (required?: boolean) => import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
5
|
+
colorId: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
6
|
};
|
package/src/lib/common/index.js
CHANGED
|
@@ -4,10 +4,12 @@ exports.googleCalendarCommon = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
6
|
const helper_1 = require("./helper");
|
|
7
|
+
const __1 = require("../..");
|
|
7
8
|
exports.googleCalendarCommon = {
|
|
8
9
|
baseUrl: 'https://www.googleapis.com/calendar/v3',
|
|
9
10
|
calendarDropdown: (minAccessRole) => {
|
|
10
11
|
return pieces_framework_1.Property.Dropdown({
|
|
12
|
+
auth: __1.googleCalendarAuth,
|
|
11
13
|
displayName: 'Calendar',
|
|
12
14
|
refreshers: [],
|
|
13
15
|
required: true,
|
|
@@ -38,6 +40,7 @@ exports.googleCalendarCommon = {
|
|
|
38
40
|
displayName: 'Event',
|
|
39
41
|
refreshers: ['calendar_id'],
|
|
40
42
|
required: required,
|
|
43
|
+
auth: __1.googleCalendarAuth,
|
|
41
44
|
options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth, calendar_id }) {
|
|
42
45
|
if (!auth) {
|
|
43
46
|
return {
|
|
@@ -63,6 +66,7 @@ exports.googleCalendarCommon = {
|
|
|
63
66
|
});
|
|
64
67
|
},
|
|
65
68
|
colorId: pieces_framework_1.Property.Dropdown({
|
|
69
|
+
auth: __1.googleCalendarAuth,
|
|
66
70
|
displayName: 'Color',
|
|
67
71
|
refreshers: [],
|
|
68
72
|
required: false,
|
|
@@ -74,8 +78,7 @@ exports.googleCalendarCommon = {
|
|
|
74
78
|
options: [],
|
|
75
79
|
};
|
|
76
80
|
}
|
|
77
|
-
const
|
|
78
|
-
const response = yield (0, helper_1.getColors)(authProp);
|
|
81
|
+
const response = yield (0, helper_1.getColors)(auth);
|
|
79
82
|
return {
|
|
80
83
|
disabled: false,
|
|
81
84
|
options: Object.entries(response.event).map(([key, value]) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/common/index.ts"],"names":[],"mappings":";;;;AAAA,qEAA+E;AAC/E,qCAAyE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/common/index.ts"],"names":[],"mappings":";;;;AAAA,qEAA+E;AAC/E,qCAAyE;AACzE,6BAA2C;AAE9B,QAAA,oBAAoB,GAAG;IAClC,OAAO,EAAE,wCAAwC;IACjD,gBAAgB,EAAE,CAAC,aAAwB,EAAE,EAAE;QAC7C,OAAO,2BAAQ,CAAC,QAAQ,CAAwC;YAC9D,IAAI,EAAE,sBAAkB;YACxB,WAAW,EAAE,UAAU;YACvB,UAAU,EAAE,EAAE;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO;wBACL,QAAQ,EAAE,IAAI;wBACd,WAAW,EAAE,mCAAmC;wBAChD,OAAO,EAAE,EAAE;qBACZ,CAAC;gBACJ,CAAC;gBACD,MAAM,QAAQ,GAAG,IAA2B,CAAC;gBAC7C,MAAM,SAAS,GAAG,MAAM,IAAA,qBAAY,EAAC,QAAQ,EAAE,aAAa,CAAC,CAAC;gBAC9D,OAAO;oBACL,QAAQ,EAAE,KAAK;oBACf,OAAO,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE;wBAClC,OAAO;4BACL,KAAK,EAAE,QAAQ,CAAC,OAAO;4BACvB,KAAK,EAAE,QAAQ,CAAC,EAAE;yBACnB,CAAC;oBACJ,CAAC,CAAC;iBACH,CAAC;YACJ,CAAC,CAAA;SACF,CAAC,CAAC;IACL,CAAC;IACD,aAAa,EAAE,CAAC,QAAQ,GAAG,KAAK,EAAE,EAAE;QAClC,OAAO,2BAAQ,CAAC,QAAQ,CAA2C;YACjE,WAAW,EAAE,OAAO;YACpB,UAAU,EAAE,CAAC,aAAa,CAAC;YAC3B,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,sBAAkB;YACxB,OAAO,EAAE,KAA8B,EAAE,oDAAzB,EAAE,IAAI,EAAE,WAAW,EAAE;gBACnC,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO;wBACL,QAAQ,EAAE,IAAI;wBACd,WAAW,EAAE,mCAAmC;wBAChD,OAAO,EAAE,EAAE;qBACZ,CAAC;gBACJ,CAAC;gBACD,IAAI,CAAC,WAAW,EAAE,CAAC;oBACjB,OAAO;wBACL,QAAQ,EAAE,IAAI;wBACd,WAAW,EAAE,gCAAgC;wBAC7C,OAAO,EAAE,EAAE;qBACZ,CAAC;gBACJ,CAAC;gBACD,MAAM,QAAQ,GAAG,IAA2B,CAAC;gBAC7C,MAAM,MAAM,GAAG,MAAM,IAAA,6BAAoB,EACvC,QAAQ,EACR,WAAqB,CACtB,CAAC;gBACF,OAAO;oBACL,QAAQ,EAAE,KAAK;oBACf,OAAO,EAAE,MAAM;iBAChB,CAAC;YACJ,CAAC,CAAA;SACF,CAAC,CAAC;IACL,CAAC;IACD,OAAO,EAAE,2BAAQ,CAAC,QAAQ,CAAC;QACzB,IAAI,EAAE,sBAAkB;QACxB,WAAW,EAAE,OAAO;QACpB,UAAU,EAAE,EAAE;QACd,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;YACtB,IAAI,CAAC,IAAI,EAAE,CAAC;gBACV,OAAO;oBACL,QAAQ,EAAE,IAAI;oBACd,WAAW,EAAE,mCAAmC;oBAChD,OAAO,EAAE,EAAE;iBACZ,CAAC;YACJ,CAAC;YACD,MAAM,QAAQ,GAAG,MAAM,IAAA,kBAAS,EAAC,IAAI,CAAC,CAAC;YACvC,OAAO;gBACL,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE;oBAC3D,OAAO;wBACL,KAAK,EAAE,KAAK,CAAC,UAAU;wBACvB,KAAK,EAAE,GAAG;qBACX,CAAC;gBACJ,CAAC,CAAC;aACH,CAAC;QACJ,CAAC,CAAA;KACF,CAAC;CACH,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const calendarEventChanged: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
expandRecurringEvent: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
5
5
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
6
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
6
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
7
7
|
expandRecurringEvent: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
8
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
9
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
10
|
expandRecurringEvent: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
11
11
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar-event.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/calendar-event.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"calendar-event.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/calendar-event.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const eventCancelled: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
5
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
5
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
6
|
cancellation_reason: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
7
7
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
8
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
8
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
10
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
10
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
11
11
|
cancellation_reason: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
12
12
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
13
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
13
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
14
14
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
15
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
15
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
16
16
|
cancellation_reason: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
17
17
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-cancelled.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/event-cancelled.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"event-cancelled.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/event-cancelled.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const eventEnds: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
5
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
5
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
6
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
7
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
7
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
8
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
9
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
9
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
10
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
11
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
11
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
12
12
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
13
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
13
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
14
14
|
}>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const eventStartTimeBefore: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
5
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
5
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
6
|
time_value: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
7
7
|
time_unit: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
8
8
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
9
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
9
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
10
10
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
11
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
11
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
12
12
|
time_value: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
13
13
|
time_unit: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
14
14
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
15
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
15
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
16
16
|
specific_event: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
17
|
-
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false
|
|
17
|
+
event_id: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>> | import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
18
18
|
time_value: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
19
19
|
time_unit: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
20
20
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-start-time-before.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/event-start-time-before.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"event-start-time-before.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/google-calendar/src/lib/triggers/event-start-time-before.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const newEventMatchingSearch: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
search_term: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
5
5
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
6
6
|
search_fields: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
7
7
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
8
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
8
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
search_term: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
10
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
11
11
|
search_fields: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
12
12
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
13
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
13
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
14
14
|
search_term: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
15
15
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
16
16
|
search_fields: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
2
|
export declare const newEvent: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
3
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
3
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
4
4
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
5
5
|
search_filter: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
6
6
|
exclude_all_day: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
7
7
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
8
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
8
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
10
10
|
search_filter: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
11
|
exclude_all_day: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
12
12
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
|
|
13
|
-
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string,
|
|
13
|
+
calendar_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
14
14
|
event_types: import("@activepieces/pieces-framework").StaticMultiSelectDropdownProperty<string, false>;
|
|
15
15
|
search_filter: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
16
16
|
exclude_all_day: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|