Skip to content

Commit 168ab58

Browse files
committed
versions
1 parent ca025ec commit 168ab58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/microsoft_outlook_calendar/actions/create-calendar-event/create-calendar-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs";
33
export default {
44
type: "action",
55
key: "microsoft_outlook_calendar-create-calendar-event",
6-
version: "0.0.7",
6+
version: "0.0.8",
77
annotations: {
88
destructiveHint: false,
99
openWorldHint: true,

components/microsoft_outlook_calendar/actions/delete-calendar-event/delete-calendar-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs";
33
export default {
44
type: "action",
55
key: "microsoft_outlook_calendar-delete-calendar-event",
6-
version: "0.0.2",
6+
version: "0.0.3",
77
annotations: {
88
destructiveHint: true,
99
openWorldHint: true,

components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "microsoft_outlook_calendar-get-schedule",
77
name: "Get Free/Busy Schedule",
88
description: "Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. [See the documentation](https://learn.microsoft.com/en-us/graph/api/calendar-getschedule)",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/microsoft_outlook_calendar/actions/update-calendar-event/update-calendar-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs";
33
export default {
44
type: "action",
55
key: "microsoft_outlook_calendar-update-calendar-event",
6-
version: "0.0.2",
6+
version: "0.0.3",
77
annotations: {
88
destructiveHint: true,
99
openWorldHint: true,

0 commit comments

Comments
 (0)