@pipedream/microsoft_outlook_calendar 0.7.1 → 0.7.2
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.
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
key: "microsoft_outlook_calendar-list-events",
|
|
6
6
|
name: "List Events",
|
|
7
7
|
description: "Get a list of event objects in the user's mailbox. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-events)",
|
|
8
|
-
version: "0.0.
|
|
8
|
+
version: "0.0.10",
|
|
9
9
|
annotations: {
|
|
10
10
|
destructiveHint: false,
|
|
11
11
|
openWorldHint: true,
|
|
@@ -36,19 +36,19 @@ export default {
|
|
|
36
36
|
includeRecurring: {
|
|
37
37
|
type: "boolean",
|
|
38
38
|
label: "Include Recurring",
|
|
39
|
-
description: "
|
|
39
|
+
description: "Must set to true to include recurring events in results. When true, you must also provide `Start Date Time` and `End Date Time`. Set to false to return only non-recurring events.",
|
|
40
40
|
optional: true,
|
|
41
41
|
},
|
|
42
42
|
startDateTime: {
|
|
43
43
|
type: "string",
|
|
44
44
|
label: "Start Date Time",
|
|
45
|
-
description: "
|
|
45
|
+
description: "Required when `Include Recurring` is true. The start date and time of the time range in ISO 8601 format (e.g. `2019-11-08T19:00:00-08:00`).",
|
|
46
46
|
optional: true,
|
|
47
47
|
},
|
|
48
48
|
endDateTime: {
|
|
49
49
|
type: "string",
|
|
50
50
|
label: "End Date Time",
|
|
51
|
-
description: "
|
|
51
|
+
description: "Required when `Include Recurring` is true. The end date and time of the time range in ISO 8601 format (e.g. `2019-11-08T20:00:00-08:00`).",
|
|
52
52
|
optional: true,
|
|
53
53
|
},
|
|
54
54
|
},
|