@activepieces/piece-google-calendar 0.6.2 → 0.6.4
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 +4 -10
- package/src/i18n/fr.json +1 -1
- package/src/i18n/ja.json +33 -33
- package/src/i18n/zh.json +59 -59
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-google-calendar",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
-
"@ai-sdk/google": "2.0.6",
|
|
7
|
-
"@ai-sdk/openai": "2.0.12",
|
|
8
|
-
"@ai-sdk/provider": "2.0.0",
|
|
9
|
-
"@ai-sdk/replicate": "1.0.3",
|
|
10
5
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "5.0.12",
|
|
12
6
|
"axios": "1.8.3",
|
|
13
7
|
"axios-retry": "4.4.1",
|
|
14
8
|
"dayjs": "1.11.9",
|
|
@@ -20,9 +14,9 @@
|
|
|
20
14
|
"nanoid": "3.3.8",
|
|
21
15
|
"semver": "7.6.0",
|
|
22
16
|
"zod": "3.25.76",
|
|
23
|
-
"@activepieces/pieces-common": "0.
|
|
24
|
-
"@activepieces/pieces-framework": "0.18.
|
|
25
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
18
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
19
|
+
"@activepieces/shared": "0.19.1",
|
|
26
20
|
"tslib": "2.8.1"
|
|
27
21
|
},
|
|
28
22
|
"overrides": {
|
package/src/i18n/fr.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Start date time of the event": "Date de début de l'événement",
|
|
29
29
|
"End date time of the event": "Date de fin de l'événement",
|
|
30
30
|
"Location": "Lieu",
|
|
31
|
-
"Description": "
|
|
31
|
+
"Description": "Libellé",
|
|
32
32
|
"Color": "Couleur",
|
|
33
33
|
"Guests can modify": "Les invités peuvent modifier",
|
|
34
34
|
"Guests can invite others": "Les invités peuvent inviter d'autres personnes",
|
package/src/i18n/ja.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"Get all Events": "すべてのイベントを取得",
|
|
8
8
|
"Update Event": "予定を更新",
|
|
9
9
|
"Delete Event": "イベントを削除",
|
|
10
|
-
"Find Busy/Free Periods in Calendar": "
|
|
11
|
-
"Get Event by ID": "
|
|
10
|
+
"Find Busy/Free Periods in Calendar": "カレンダー内の予定/無料期間を検索",
|
|
11
|
+
"Get Event by ID": "イベントをIDで取得",
|
|
12
12
|
"Custom API Call": "カスタムAPI通話",
|
|
13
13
|
"Add one or more person to existing event.": "既存のイベントに人を追加します。",
|
|
14
14
|
"Add Quick Calendar Event": "クイックカレンダーイベントを追加",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Get Events": "イベントを取得する",
|
|
17
17
|
"Updates an event in Google Calendar.": "Google カレンダーのイベントを更新します。",
|
|
18
18
|
"Deletes an event from Google Calendar.": "Google カレンダーからイベントを削除します。",
|
|
19
|
-
"Finds free/busy calendar details from Google Calendar.": "
|
|
20
|
-
"Fetch event details by its unique ID from Google Calendar.": "
|
|
19
|
+
"Finds free/busy calendar details from Google Calendar.": "無料/忙しいカレンダーの詳細を Google カレンダーから検索します。",
|
|
20
|
+
"Fetch event details by its unique ID from Google Calendar.": "Google カレンダーから一意の ID でイベントの詳細を取得します。",
|
|
21
21
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
22
22
|
"Calendar": "カレンダー",
|
|
23
23
|
"Event ID": "イベントID",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"Start date time of the event": "イベントの開始日時",
|
|
29
29
|
"End date time of the event": "イベントの終了日時",
|
|
30
30
|
"Location": "場所",
|
|
31
|
-
"Description": "
|
|
31
|
+
"Description": "Description",
|
|
32
32
|
"Color": "色",
|
|
33
33
|
"Guests can modify": "ゲストは変更できます",
|
|
34
34
|
"Guests can invite others": "ゲストは他のユーザーを招待できます",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"Date from": "開始日",
|
|
40
40
|
"Date to": "終了日",
|
|
41
41
|
"Expand Recurring Event?": "繰り返しイベントを展開しますか?",
|
|
42
|
-
"Calendars": "
|
|
42
|
+
"Calendars": "カレンダー",
|
|
43
43
|
"Start Time": "開始時刻",
|
|
44
44
|
"End Time": "終了時刻",
|
|
45
|
-
"Max Attendees": "
|
|
45
|
+
"Max Attendees": "最大参加者数",
|
|
46
46
|
"Time Zone": "タイムゾーン",
|
|
47
47
|
"Method": "方法",
|
|
48
48
|
"Headers": "ヘッダー",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"Description of the event. You can use HTML tags here.": "イベントの説明。ここではHTMLタグを使用できます。",
|
|
59
59
|
"Select event types": "イベントの種類を選択",
|
|
60
60
|
"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.": "繰り返しイベントをインスタンスに展開し、単一オフイベントと繰り返しイベントのインスタンスのみを返すかどうかを設定しますが、元の繰り返しイベント自体は返しません。",
|
|
61
|
-
"Select the calendars to check for busy periods.": "
|
|
62
|
-
"The start of the time range to check.": "
|
|
63
|
-
"The end of the time range to check.": "
|
|
64
|
-
"The unique ID of the event (e.g., \"abc123def456\"). You can find this in the event URL or from other calendar actions.": "
|
|
65
|
-
"Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "
|
|
66
|
-
"Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "
|
|
61
|
+
"Select the calendars to check for busy periods.": "カレンダーを選択して、忙しい期間を確認します。",
|
|
62
|
+
"The start of the time range to check.": "チェックする時間範囲の開始。",
|
|
63
|
+
"The end of the time range to check.": "チェックする時間範囲の終了。",
|
|
64
|
+
"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または他のカレンダーアクションからこれを見つけることができます。",
|
|
65
|
+
"Maximum number of attendees to include in the response. If there are more attendees, only the participant is returned.": "回答に含める出席者の最大数. より多くの出席者がある場合, 参加者のみが返されます.",
|
|
66
|
+
"Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "応答のタイムゾーン(例: \"アメリカ/ニュー_ヨーク\"、\"ヨーロッパ/ロンドン\")。指定されていない場合はカレンダーのタイムゾーンがデフォルトです。",
|
|
67
67
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
68
68
|
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
69
69
|
"All": "すべて",
|
|
@@ -83,29 +83,29 @@
|
|
|
83
83
|
"DELETE": "削除",
|
|
84
84
|
"HEAD": "頭",
|
|
85
85
|
"New or Updated Event": "新規または更新されたイベント",
|
|
86
|
-
"New Event": "
|
|
87
|
-
"Event Ends": "
|
|
88
|
-
"Event Start (Time Before)": "
|
|
89
|
-
"New Event Matching Search": "
|
|
90
|
-
"Event Cancelled": "
|
|
91
|
-
"New Calendar": "
|
|
86
|
+
"New Event": "新しいイベント",
|
|
87
|
+
"Event Ends": "イベント終了",
|
|
88
|
+
"Event Start (Time Before)": "イベント開始(時間が経過)",
|
|
89
|
+
"New Event Matching Search": "新しいイベント一致検索",
|
|
90
|
+
"Event Cancelled": "イベントがキャンセルされました",
|
|
91
|
+
"New Calendar": "新しいカレンダー",
|
|
92
92
|
"Triggers when an event is added or updated": "イベントが追加または更新されたときにトリガーします",
|
|
93
|
-
"Fires when a new event is created in a calendar.": "
|
|
94
|
-
"Fires when an event ends.": "
|
|
95
|
-
"Fires at a specified amount of time before an event starts (e.g., a reminder).": "
|
|
96
|
-
"Fires when a new event is created that matches a specified search term.": "
|
|
97
|
-
"Fires when an event is canceled or deleted.": "
|
|
98
|
-
"Fires when a new calendar is created or becomes accessible.": "
|
|
99
|
-
"Event Types to Monitor": "
|
|
100
|
-
"Search Filter": "
|
|
101
|
-
"Exclude All-Day Events": "
|
|
102
|
-
"Target Specific Event": "
|
|
93
|
+
"Fires when a new event is created in a calendar.": "カレンダーに新しいイベントが作成されたときに発生します。",
|
|
94
|
+
"Fires when an event ends.": "イベントが終了したときに発生します。",
|
|
95
|
+
"Fires at a specified amount of time before an event starts (e.g., a reminder).": "イベントが開始される前に指定された時間(たとえばリマインダー)で発生します。",
|
|
96
|
+
"Fires when a new event is created that matches a specified search term.": "指定した検索語に一致する新しいイベントが作成されたときに発生します。",
|
|
97
|
+
"Fires when an event is canceled or deleted.": "イベントがキャンセルまたは削除されたときに発生します。",
|
|
98
|
+
"Fires when a new calendar is created or becomes accessible.": "新しいカレンダーが作成された時、またはアクセス可能になったときに発火します。",
|
|
99
|
+
"Event Types to Monitor": "モニタリングするイベントタイプ",
|
|
100
|
+
"Search Filter": "検索フィルタ",
|
|
101
|
+
"Exclude All-Day Events": "終日イベントを除外",
|
|
102
|
+
"Target Specific Event": "ターゲット特定のイベント",
|
|
103
103
|
"Event": "イベント",
|
|
104
|
-
"Time Before": "
|
|
105
|
-
"Time Unit": "
|
|
104
|
+
"Time Before": "時刻",
|
|
105
|
+
"Time Unit": "時間単位",
|
|
106
106
|
"Event Types": "イベントタイプ",
|
|
107
|
-
"Search In Fields": "
|
|
108
|
-
"Cancellation Reasons": "
|
|
107
|
+
"Search In Fields": "フィールドを検索",
|
|
108
|
+
"Cancellation Reasons": "キャンセルの理由",
|
|
109
109
|
"Access Role Filter": "アクセス権限フィルター",
|
|
110
110
|
"Calendar Name Filter": "カレンダー名フィルタ",
|
|
111
111
|
"Exclude Shared Calendars": "共有カレンダーを除外",
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Google Calendar": "Google
|
|
3
|
-
"Get organized and stay on schedule": "
|
|
4
|
-
"Add Attendees to Event": "
|
|
5
|
-
"Create Quick Event": "
|
|
6
|
-
"Create Event": "
|
|
7
|
-
"Get all Events": "
|
|
8
|
-
"Update Event": "
|
|
9
|
-
"Delete Event": "
|
|
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
10
|
"Find Busy/Free Periods in Calendar": "Find Busy/Free Periods in Calendar",
|
|
11
11
|
"Get Event by ID": "Get Event by ID",
|
|
12
12
|
"Custom API Call": "自定义 API 呼叫",
|
|
13
|
-
"Add one or more person to existing event.": "
|
|
14
|
-
"Add Quick Calendar Event": "
|
|
15
|
-
"Add Event": "
|
|
16
|
-
"Get Events": "
|
|
17
|
-
"Updates an event in Google Calendar.": "
|
|
18
|
-
"Deletes an event from Google Calendar.": "
|
|
13
|
+
"Add one or more person to existing event.": "Add one or more person to existing event.",
|
|
14
|
+
"Add Quick Calendar Event": "Add Quick Calendar Event",
|
|
15
|
+
"Add Event": "Add Event",
|
|
16
|
+
"Get Events": "Get Events",
|
|
17
|
+
"Updates an event in Google Calendar.": "Updates an event in Google Calendar.",
|
|
18
|
+
"Deletes an event from Google Calendar.": "Deletes an event from Google Calendar.",
|
|
19
19
|
"Finds free/busy calendar details from Google Calendar.": "Finds free/busy calendar details from Google Calendar.",
|
|
20
20
|
"Fetch event details by its unique ID from Google Calendar.": "Fetch event details by its unique ID from Google Calendar.",
|
|
21
|
-
"Make a custom API call to a specific endpoint": "
|
|
22
|
-
"Calendar": "
|
|
23
|
-
"Event ID": "
|
|
24
|
-
"Attendees": "
|
|
25
|
-
"Summary": "
|
|
26
|
-
"Send Updates": "
|
|
27
|
-
"Title of the event": "
|
|
28
|
-
"Start date time of the event": "
|
|
29
|
-
"End date time of the event": "
|
|
30
|
-
"Location": "
|
|
21
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
22
|
+
"Calendar": "Calendar",
|
|
23
|
+
"Event ID": "Event ID",
|
|
24
|
+
"Attendees": "Attendees",
|
|
25
|
+
"Summary": "Summary",
|
|
26
|
+
"Send Updates": "Send Updates",
|
|
27
|
+
"Title of the event": "Title of the event",
|
|
28
|
+
"Start date time of the event": "Start date time of the event",
|
|
29
|
+
"End date time of the event": "End date time of the event",
|
|
30
|
+
"Location": "Location",
|
|
31
31
|
"Description": "描述",
|
|
32
|
-
"Color": "
|
|
33
|
-
"Guests can modify": "
|
|
34
|
-
"Guests can invite others": "
|
|
35
|
-
"Guests can see other guests": "
|
|
36
|
-
"Send Notifications": "
|
|
37
|
-
"Event types": "
|
|
38
|
-
"Search Term": "
|
|
39
|
-
"Date from": "
|
|
40
|
-
"Date to": "
|
|
41
|
-
"Expand Recurring Event?": "
|
|
32
|
+
"Color": "Color",
|
|
33
|
+
"Guests can modify": "Guests can modify",
|
|
34
|
+
"Guests can invite others": "Guests can invite others",
|
|
35
|
+
"Guests can see other guests": "Guests can see other guests",
|
|
36
|
+
"Send Notifications": "Send Notifications",
|
|
37
|
+
"Event types": "Event types",
|
|
38
|
+
"Search Term": "Search Term",
|
|
39
|
+
"Date from": "Date from",
|
|
40
|
+
"Date to": "Date to",
|
|
41
|
+
"Expand Recurring Event?": "Expand Recurring Event?",
|
|
42
42
|
"Calendars": "Calendars",
|
|
43
43
|
"Start Time": "开始时间",
|
|
44
44
|
"End Time": "End Time",
|
|
45
45
|
"Max Attendees": "Max Attendees",
|
|
46
46
|
"Time Zone": "Time Zone",
|
|
47
47
|
"Method": "方法",
|
|
48
|
-
"Headers": "
|
|
49
|
-
"Query Parameters": "
|
|
48
|
+
"Headers": "信头",
|
|
49
|
+
"Query Parameters": "查询参数",
|
|
50
50
|
"Body": "正文内容",
|
|
51
51
|
"Response is Binary ?": "Response is Binary ?",
|
|
52
|
-
"No Error on Failure": "
|
|
53
|
-
"Timeout (in seconds)": "
|
|
54
|
-
"Emails of the attendees (guests)": "
|
|
55
|
-
"The text describing the event to be created": "
|
|
56
|
-
"Guests who should receive notifications about the creation of the new event.": "
|
|
57
|
-
"By default it'll be 30 min post start time": "
|
|
58
|
-
"Description of the event. You can use HTML tags here.": "
|
|
59
|
-
"Select event types": "
|
|
60
|
-
"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.": "
|
|
52
|
+
"No Error on Failure": "失败时没有错误",
|
|
53
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
54
|
+
"Emails of the attendees (guests)": "Emails of the attendees (guests)",
|
|
55
|
+
"The text describing the event to be created": "The text describing the event to be created",
|
|
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.",
|
|
57
|
+
"By default it'll be 30 min post start time": "By default it'll be 30 min post start time",
|
|
58
|
+
"Description of the event. You can use HTML tags here.": "Description of the event. You can use HTML tags here.",
|
|
59
|
+
"Select event types": "Select event types",
|
|
60
|
+
"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.",
|
|
61
61
|
"Select the calendars to check for busy periods.": "Select the calendars to check for busy periods.",
|
|
62
62
|
"The start of the time range to check.": "The start of the time range to check.",
|
|
63
63
|
"The end of the time range to check.": "The end of the time range to check.",
|
|
@@ -66,30 +66,30 @@
|
|
|
66
66
|
"Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.": "Time zone for the response (e.g., \"America/New_York\", \"Europe/London\"). Defaults to the calendar's time zone if not specified.",
|
|
67
67
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
68
68
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
69
|
-
"All": "
|
|
70
|
-
"External Only": "
|
|
71
|
-
"none": "
|
|
72
|
-
"Yes, to everyone": "
|
|
73
|
-
"To non-Google Calendar guests only": "
|
|
74
|
-
"To no one": "
|
|
75
|
-
"Default": "
|
|
76
|
-
"Out Of Office": "
|
|
77
|
-
"Focus Time": "
|
|
78
|
-
"Working Location": "
|
|
69
|
+
"All": "所有的",
|
|
70
|
+
"External Only": "External Only",
|
|
71
|
+
"none": "无",
|
|
72
|
+
"Yes, to everyone": "Yes, to everyone",
|
|
73
|
+
"To non-Google Calendar guests only": "To non-Google Calendar guests only",
|
|
74
|
+
"To no one": "To no one",
|
|
75
|
+
"Default": "Default",
|
|
76
|
+
"Out Of Office": "Out Of Office",
|
|
77
|
+
"Focus Time": "Focus Time",
|
|
78
|
+
"Working Location": "Working Location",
|
|
79
79
|
"GET": "获取",
|
|
80
80
|
"POST": "帖子",
|
|
81
81
|
"PATCH": "PATCH",
|
|
82
82
|
"PUT": "弹出",
|
|
83
|
-
"DELETE": "
|
|
83
|
+
"DELETE": "删除",
|
|
84
84
|
"HEAD": "黑色",
|
|
85
|
-
"New or Updated Event": "
|
|
85
|
+
"New or Updated Event": "New or Updated Event",
|
|
86
86
|
"New Event": "New Event",
|
|
87
87
|
"Event Ends": "Event Ends",
|
|
88
88
|
"Event Start (Time Before)": "Event Start (Time Before)",
|
|
89
89
|
"New Event Matching Search": "New Event Matching Search",
|
|
90
90
|
"Event Cancelled": "Event Cancelled",
|
|
91
91
|
"New Calendar": "New Calendar",
|
|
92
|
-
"Triggers when an event is added or updated": "
|
|
92
|
+
"Triggers when an event is added or updated": "Triggers when an event is added or updated",
|
|
93
93
|
"Fires when a new event is created in a calendar.": "Fires when a new event is created in a calendar.",
|
|
94
94
|
"Fires when an event ends.": "Fires when an event ends.",
|
|
95
95
|
"Fires at a specified amount of time before an event starts (e.g., a reminder).": "Fires at a specified amount of time before an event starts (e.g., a reminder).",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"Access Role Filter": "Access Role Filter",
|
|
110
110
|
"Calendar Name Filter": "Calendar Name Filter",
|
|
111
111
|
"Exclude Shared Calendars": "Exclude Shared Calendars",
|
|
112
|
-
"If true, the trigger will activate for every occurrence of a recurring event.": "
|
|
112
|
+
"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.",
|
|
113
113
|
"Filter by specific event types (leave empty to monitor all event types)": "Filter by specific event types (leave empty to monitor all event types)",
|
|
114
114
|
"Only trigger for events containing this text in title, description, or location (optional)": "Only trigger for events containing this text in title, description, or location (optional)",
|
|
115
115
|
"Skip triggering for all-day events": "Skip triggering for all-day events",
|