@pipedream/google_calendar 0.5.5 → 0.5.6
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
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
description: `Emit new event based on a time interval before an upcoming event in the calendar. This source uses Pipedream's Task Scheduler.
|
|
9
9
|
[See the documentation](https://pipedream.com/docs/examples/waiting-to-execute-next-step-of-workflow/#step-1-create-a-task-scheduler-event-source)
|
|
10
10
|
for more information and instructions for connecting your Pipedream account.`,
|
|
11
|
-
version: "0.0.
|
|
11
|
+
version: "0.0.9",
|
|
12
12
|
type: "source",
|
|
13
13
|
props: {
|
|
14
14
|
pipedream: taskScheduler.props.pipedream,
|
|
@@ -91,6 +91,7 @@ export default {
|
|
|
91
91
|
async getCalendarEvents() {
|
|
92
92
|
const calendarEvents = [];
|
|
93
93
|
const params = {
|
|
94
|
+
returnOnlyData: false,
|
|
94
95
|
calendarId: this.calendarId,
|
|
95
96
|
eventTypes: this.eventTypes,
|
|
96
97
|
};
|