@pipedream/google_calendar 0.3.9 → 0.3.11
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/LICENSE +41 -7
- package/README.md +2 -0
- package/actions/create-event/create-event.mjs +9 -9
- package/actions/delete-event/delete-event.mjs +1 -1
- package/actions/get-calendar/get-calendar.mjs +1 -1
- package/actions/get-event/get-event.mjs +1 -1
- package/actions/list-calendars/list-calendars.mjs +2 -2
- package/actions/list-events/list-events.mjs +1 -1
- package/actions/query-free-busy-calendars/query-free-busy-calendars.mjs +1 -1
- package/actions/quick-add-event/quick-add-event.mjs +1 -1
- package/actions/update-event/update-event.mjs +1 -1
- package/actions/update-event-attendees/update-event-attendees.mjs +1 -1
- package/google_calendar.app.mjs +5 -3
- package/package.json +1 -2
- package/sources/event-cancelled/event-cancelled.mjs +3 -1
- package/sources/event-ended/event-ended.mjs +3 -1
- package/sources/event-start/event-start.mjs +3 -1
- package/sources/new-calendar/new-calendar.mjs +2 -1
- package/sources/new-event/new-event.mjs +1 -1
- package/sources/new-event-search/new-event-search.mjs +3 -1
- package/sources/new-or-updated-event/new-or-updated-event.mjs +2 -1
- package/sources/new-or-updated-event-instant/new-or-updated-event-instant.mjs +1 -1
- package/sources/upcoming-event-alert/upcoming-event-alert.mjs +2 -1
package/LICENSE
CHANGED
|
@@ -1,7 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
Pipedream Source Available License Version 1.0
|
|
2
|
+
|
|
3
|
+
This Pipedream Source Available License Agreement Version 1.0 (this “Agreement”) sets forth the terms on which Pipedream, Inc., a Delaware corporation (“Pipedream”) makes available certain software (the “Software”). By installing, downloading, accessing, using or distributing the Software, you agree to the terms of this Agreement. If you do not agree to such terms, you must not use the Software. If you are receiving the Software on behalf of a legal entity, you represent and warrant that you have the actual authority to agree to the terms and conditions of this Agreement on behalf of such entity. “Licensee” means you, an individual, or the entity on whose behalf you are receiving the Software.
|
|
4
|
+
|
|
5
|
+
LICENSE GRANT AND CONDITIONS.
|
|
6
|
+
|
|
7
|
+
1.1 License. Subject to the terms and conditions of this Agreement, Pipedream hereby grants to Licensee a non-exclusive, royalty-free, worldwide, non-transferable, non-sublicenseable license during the term of this Agreement to use, prepare modifications and derivative works, distribute (including without limitation in source code or object code form) and reproduce copies of the Software (the “License”). Licensee is not granted the right to, and Licensee shall not, exercise the License for an Excluded Purpose. For purposes of this Agreement, “Excluded Purpose” means any commercial use of the software including, but not limited to, making available any software-as-a-service, platform-as-a-service, infrastructure-as-a-service or other online service that competes with the Software or any other Pipedream products or services.
|
|
8
|
+
|
|
9
|
+
1.2 Conditions. In consideration of the License, Licensee’s distribution of the Software is subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
a. Licensee must cause any Software modified by Licensee to carry prominent notices stating that Licensee modified the Software.
|
|
12
|
+
|
|
13
|
+
b. On each Software copy, Licensee shall reproduce and not remove or alter all Pipedream or third party copyright or other proprietary notices contained in the Software, and Licensee must provide this with each copy: “This software is made available by Pipedream, Inc., under the terms of the Pipedream Source Available License, Version 1.0 located at https://github.com/PipedreamHQ/pipedream/blob/master/LICENSE. By installing, downloading, accessing, using or distributing the Software, you agree to the terms of such License Agreement.”
|
|
14
|
+
|
|
15
|
+
1.3 Modifications. Licensee may add its own copyright notices to modifications made by Licensee and may provide additional or different license terms and conditions for use, reproduction, or distribution of Licensee’s modifications. While redistributing the Software or modifications thereof, Licensee may choose to offer, for a fee or free of charge, support, warranty, indemnity, or other obligations. Licensee, and not Pipedream, will be responsible for any such obligations.
|
|
16
|
+
|
|
17
|
+
1.4 No Sublicensing. The License does not include the right to sublicense the Software; provided, however, that any recipient to which Licensee provides the Software may exercise the License so long as such recipient agrees to the terms and conditions of this Agreement.
|
|
18
|
+
|
|
19
|
+
TERM AND TERMINATION.
|
|
20
|
+
|
|
21
|
+
This Agreement will continue unless and until earlier terminated as set forth herein. If Licensee breaches any of its conditions or obligations under this Agreement, this Agreement will terminate automatically and the License will terminate automatically and permanently.
|
|
22
|
+
|
|
23
|
+
INTELLECTUAL PROPERTY.
|
|
24
|
+
|
|
25
|
+
As between the parties, Pipedream retains all right, title, and interest in the Software, and all intellectual property rights therein. Pipedream hereby reserves all rights not expressly granted to Licensee in this Agreement. Pipedream reserves all rights in its trademarks and service marks, and no licenses thereto are granted by this Agreement.
|
|
26
|
+
|
|
27
|
+
DISCLAIMER.
|
|
28
|
+
|
|
29
|
+
PIPEDREAM HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SOFTWARE.
|
|
30
|
+
|
|
31
|
+
LIMITATION OF LIABILITY.
|
|
32
|
+
|
|
33
|
+
PIPEDREAM WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND, INCLUDING BUT NOT LIMITED TO, LOST PROFITS OR ANY CONSEQUENTIAL, SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW.
|
|
34
|
+
|
|
35
|
+
GENERAL.
|
|
36
|
+
|
|
37
|
+
6.1 Governing Law. This Agreement will be governed by and interpreted in accordance with the laws of the state of California, without reference to its conflict of laws principles. If Licensee is located outside of the United States, any dispute, controversy or claim arising out of or relating to this Agreement will be referred to and finally determined by arbitration in accordance with the JAMS International Arbitration Rules. The tribunal will consist of one arbitrator. Judgment upon the award rendered by the arbitrator may be entered in any court having jurisdiction thereof. All disputes including arbitrations shall take place in Santa Clara County, California. The language to be used in any such proceedings shall be English.
|
|
38
|
+
|
|
39
|
+
6.2. Assignment. Licensee is not authorized to assign its rights under this Agreement to any third party. Pipedream may freely assign its rights under this Agreement to any third party.
|
|
40
|
+
|
|
41
|
+
6.3. Other. This Agreement is the entire agreement between the parties regarding the subject matter hereof. No amendment or modification of this Agreement will be valid or binding upon the parties unless made in writing and signed by the duly authorized representatives of both parties. In the event that any provision, including without limitation any condition, of this Agreement is held to be unenforceable, this Agreement and all licenses and rights granted hereunder will immediately terminate. Waiver by Pipedream of a breach of any provision of this Agreement or the failure by Pipedream to exercise any right hereunder will not be construed as a waiver of any subsequent breach of that right or as a waiver of any other right.
|
package/README.md
CHANGED
|
@@ -18,3 +18,5 @@ include:
|
|
|
18
18
|
to see their tasks and events in one place.
|
|
19
19
|
- A reminder application that uses Google Calendar data to remind users of
|
|
20
20
|
upcoming events.
|
|
21
|
+
|
|
22
|
+
Pipedream's use and transfer of information received from Google APIs to any other app will adhere to the [Google API Services User Data Policy](https://developers.google.com/terms/api-services-user-data-policy#additional_requirements_for_specific_api_scopes), including the Limited Use requirements.
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-create-event",
|
|
5
5
|
name: "Create Event",
|
|
6
6
|
description: "Create an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#insert)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.5",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -17,41 +17,41 @@ export default {
|
|
|
17
17
|
summary: {
|
|
18
18
|
label: "Event Title",
|
|
19
19
|
type: "string",
|
|
20
|
-
description: "Enter
|
|
20
|
+
description: "Enter a title for the event",
|
|
21
21
|
optional: true,
|
|
22
22
|
},
|
|
23
23
|
location: {
|
|
24
|
-
label: "Event
|
|
24
|
+
label: "Event Location",
|
|
25
25
|
type: "string",
|
|
26
|
-
description: "
|
|
26
|
+
description: "Specify the location of the event",
|
|
27
27
|
optional: true,
|
|
28
28
|
},
|
|
29
29
|
description: {
|
|
30
30
|
label: "Event Description",
|
|
31
31
|
type: "string",
|
|
32
|
-
description: "Enter
|
|
32
|
+
description: "Enter a description for the event",
|
|
33
33
|
optional: true,
|
|
34
34
|
},
|
|
35
35
|
attendees: {
|
|
36
36
|
label: "Attendees",
|
|
37
37
|
type: "string[]",
|
|
38
|
-
description: "Enter
|
|
38
|
+
description: "Enter an array of email addresses for any attendees",
|
|
39
39
|
optional: true,
|
|
40
40
|
},
|
|
41
41
|
eventStartDate: {
|
|
42
42
|
label: "Event Date",
|
|
43
43
|
type: "string",
|
|
44
|
-
description: "For all-day events, enter the Event day in the format
|
|
44
|
+
description: "For all-day events, enter the Event day in the format `yyyy-mm-dd`. For events with time, format according to [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-1): `yyyy-mm-ddThh:mm:ss+01:00`. A time zone offset is required unless a time zone is explicitly specified in timeZone.",
|
|
45
45
|
},
|
|
46
46
|
eventEndDate: {
|
|
47
47
|
label: "Event End Date",
|
|
48
48
|
type: "string",
|
|
49
|
-
description: "For all-day events, enter the Event day in the format
|
|
49
|
+
description: "For all-day events, enter the Event day in the format `yyyy-mm-dd`. For events with time, format according to [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-1): `yyyy-mm-ddThh:mm:ss+01:00`. A time zone offset is required unless a time zone is explicitly specified in timeZone.",
|
|
50
50
|
},
|
|
51
51
|
sendUpdates: {
|
|
52
52
|
label: "Send Updates",
|
|
53
53
|
type: "string",
|
|
54
|
-
description: "
|
|
54
|
+
description: "Configure whether to send notifications about the creation of the new event",
|
|
55
55
|
optional: true,
|
|
56
56
|
options: [
|
|
57
57
|
"all",
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-delete-event",
|
|
5
5
|
name: "Delete an Event",
|
|
6
6
|
description: "Delete an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#delete)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.1",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-get-calendar",
|
|
5
5
|
name: "Retrieve Calendar Details",
|
|
6
6
|
description: "Retrieve Calendar details of a Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendars.html#get)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-get-event",
|
|
5
5
|
name: "Retrieve Event Details",
|
|
6
6
|
description: "Retrieve event details from the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#get)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import googleCalendar from "../../google_calendar.app.mjs";
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
|
-
key: "google_calendar-list-
|
|
4
|
+
key: "google_calendar-list-calendars",
|
|
5
5
|
name: "List calendars from user account",
|
|
6
6
|
description: "Retrieve calendars from the user account. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Calendarlist.html#list)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-list-events",
|
|
5
5
|
name: "List Events",
|
|
6
6
|
description: "Retrieve a list of event from the Google Calendar. [See the docs here](https://developers.google.com/calendar/api/v3/reference/events/list)",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-query-free-busy-calendars",
|
|
5
5
|
name: "Retrieve Free/Busy Calendar Details",
|
|
6
6
|
description: "Retrieve Free/Busy Calendar Details from the user account. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Freebusy.html#query)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-quick-add-event",
|
|
5
5
|
name: "Add Quick Event",
|
|
6
6
|
description: "Create an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#quickAdd)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.1",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-update-event",
|
|
5
5
|
name: "Update Event",
|
|
6
6
|
description: "Update an event to the Google Calendar. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_calendar-update-event-attendees",
|
|
5
5
|
name: "Update attendees of an event",
|
|
6
6
|
description: "Update attendees of an existing event. [See the docs here](https://googleapis.dev/nodejs/googleapis/latest/calendar/classes/Resource$Events.html#update)",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.1",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleCalendar,
|
package/google_calendar.app.mjs
CHANGED
|
@@ -7,9 +7,11 @@ export default {
|
|
|
7
7
|
app: "google_calendar",
|
|
8
8
|
propDefinitions: {
|
|
9
9
|
calendarId: {
|
|
10
|
-
label: "Calendar
|
|
10
|
+
label: "Calendar",
|
|
11
11
|
type: "string",
|
|
12
|
-
description: "
|
|
12
|
+
description: "Optionally select the calendar you'd like to use (defaults to the primary calendar for the logged-in user)",
|
|
13
|
+
default: "primary",
|
|
14
|
+
optional: true,
|
|
13
15
|
async options({ prevContext }) {
|
|
14
16
|
const { nextPageToken } = prevContext;
|
|
15
17
|
if (nextPageToken === false) {
|
|
@@ -154,7 +156,7 @@ export default {
|
|
|
154
156
|
},
|
|
155
157
|
timeZone: {
|
|
156
158
|
type: "string",
|
|
157
|
-
label: "Time
|
|
159
|
+
label: "Time Zone",
|
|
158
160
|
description: "Time zone used in the response. Optional. The default is the time zone of the calendar.",
|
|
159
161
|
optional: true,
|
|
160
162
|
options() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/google_calendar",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"description": "Pipedream Google_calendar Components",
|
|
5
5
|
"main": "google_calendar.app.mjs",
|
|
6
6
|
"keywords": [
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
],
|
|
10
10
|
"homepage": "https://pipedream.com/apps/google_calendar",
|
|
11
11
|
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
|
|
12
|
-
"license": "MIT",
|
|
13
12
|
"dependencies": {
|
|
14
13
|
"@googleapis/calendar": "^1.0.2",
|
|
15
14
|
"@pipedream/platform": "^1.2.0",
|
|
@@ -3,9 +3,11 @@ import common from "../common.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
...common,
|
|
5
5
|
key: "google_calendar-event-cancelled",
|
|
6
|
+
// eslint-disable-next-line pipedream/source-name
|
|
6
7
|
name: "Event Cancelled",
|
|
8
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
9
|
description: "Emits when an event is cancelled or deleted",
|
|
8
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.3",
|
|
9
11
|
type: "source",
|
|
10
12
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
13
|
methods: {
|
|
@@ -3,9 +3,11 @@ import common from "../common.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
...common,
|
|
5
5
|
key: "google_calendar-event-ended",
|
|
6
|
+
// eslint-disable-next-line pipedream/source-name
|
|
6
7
|
name: "Event Ended",
|
|
8
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
9
|
description: "Emits when an event ends",
|
|
8
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.3",
|
|
9
11
|
type: "source",
|
|
10
12
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
13
|
methods: {
|
|
@@ -3,9 +3,11 @@ import common from "../common.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
...common,
|
|
5
5
|
key: "google_calendar-event-start",
|
|
6
|
+
// eslint-disable-next-line pipedream/source-name
|
|
6
7
|
name: "Event Start",
|
|
8
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
9
|
description: "Emits a specified time before an event starts",
|
|
8
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.3",
|
|
9
11
|
type: "source",
|
|
10
12
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
13
|
methods: {
|
|
@@ -4,8 +4,9 @@ import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
|
|
|
4
4
|
export default {
|
|
5
5
|
key: "google_calendar-new-calendar",
|
|
6
6
|
name: "New Calendar",
|
|
7
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
8
|
description: "Emit an event when a calendar is created.",
|
|
8
|
-
version: "0.1.
|
|
9
|
+
version: "0.1.3",
|
|
9
10
|
type: "source",
|
|
10
11
|
props: {
|
|
11
12
|
db: "$.service.db",
|
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
key: "google_calendar-new-event",
|
|
6
6
|
name: "New Event",
|
|
7
7
|
description: "Emits when an event is created",
|
|
8
|
-
version: "0.1.
|
|
8
|
+
version: "0.1.3",
|
|
9
9
|
type: "source",
|
|
10
10
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
11
|
methods: {
|
|
@@ -3,9 +3,11 @@ import common from "../common.mjs";
|
|
|
3
3
|
export default {
|
|
4
4
|
...common,
|
|
5
5
|
key: "google_calendar-new-event-search",
|
|
6
|
+
// eslint-disable-next-line pipedream/source-name
|
|
6
7
|
name: "Event Search",
|
|
8
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
9
|
description: "Emit when an event is created that matches a search",
|
|
8
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.3",
|
|
9
11
|
type: "source",
|
|
10
12
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
13
|
props: {
|
|
@@ -4,8 +4,9 @@ export default {
|
|
|
4
4
|
...common,
|
|
5
5
|
key: "google_calendar-new-or-updated-event",
|
|
6
6
|
name: "New or Updated Event",
|
|
7
|
+
// eslint-disable-next-line pipedream/source-description
|
|
7
8
|
description: "Emits when an event is created or updated (except when it's cancelled)",
|
|
8
|
-
version: "0.1.
|
|
9
|
+
version: "0.1.3",
|
|
9
10
|
type: "source",
|
|
10
11
|
dedupe: "unique", // Dedupe events based on the Google Calendar event ID
|
|
11
12
|
methods: {
|
|
@@ -7,7 +7,7 @@ export default {
|
|
|
7
7
|
type: "source",
|
|
8
8
|
name: "New or Updated Event (Instant)",
|
|
9
9
|
description: "Emit new calendar events when an event is created or updated (does not emit cancelled events)",
|
|
10
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.6",
|
|
11
11
|
dedupe: "unique",
|
|
12
12
|
props: {
|
|
13
13
|
googleCalendar,
|
|
@@ -6,10 +6,11 @@ const docLink = "https://pipedream.com/docs/examples/waiting-to-execute-next-ste
|
|
|
6
6
|
|
|
7
7
|
export default {
|
|
8
8
|
key: "google_calendar-upcoming-event-alert",
|
|
9
|
+
// eslint-disable-next-line pipedream/source-name
|
|
9
10
|
name: "Upcoming Event Alert",
|
|
10
11
|
description: `Triggers based on a time interval before an upcoming event in the calendar. This source uses Pipedream's Task Scheduler.
|
|
11
12
|
[See here](${docLink}) for more information and instructions for connecting your Pipedream account.`,
|
|
12
|
-
version: "0.0.
|
|
13
|
+
version: "0.0.2",
|
|
13
14
|
type: "source",
|
|
14
15
|
props: {
|
|
15
16
|
pipedream: taskScheduler.props.pipedream,
|