@pipedream/google_calendar 0.8.3 → 0.8.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.
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
key: "google_calendar-list-events",
|
|
7
7
|
name: "List Events",
|
|
8
8
|
description: "Retrieve a list of event from the Google Calendar. [See the documentation](https://developers.google.com/calendar/api/v3/reference/events/list)",
|
|
9
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.13",
|
|
10
10
|
annotations: {
|
|
11
11
|
destructiveHint: false,
|
|
12
12
|
openWorldHint: true,
|
|
@@ -118,6 +118,8 @@ export default {
|
|
|
118
118
|
throw new ConfigurationError("Single Events must be `true` to order by `startTime`");
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
if (this.updatedMin === "") this.updatedMin = undefined;
|
|
122
|
+
|
|
121
123
|
const args = utils.filterEmptyValues({
|
|
122
124
|
calendarId: this.calendarId,
|
|
123
125
|
iCalUID: this.iCalUID,
|