You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft365/outlook/calendar/tool.gpt
+4-3
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,10 @@ Description: Deletes an event.
95
95
Share Context: Outlook Calendar Context
96
96
Credential: ../../credential
97
97
Share Tools: List Calendars, List Events, Search Events, Get Event Details
98
-
Param: event_id: The unique ID of the event.
99
-
Param: calendar_id: The unique ID of the calendar or group the event belongs to. If unset, uses the default calendar.
100
-
Param: owner_type: The type of the owner of the calendar or group. Possible values are "user" or "group". Required if calendar_id is set.
98
+
Param: event_id: (Required) The unique ID of the event.
99
+
Param: delete_series: (Optional) Whether to delete the entire series of recurring events. If true, all events in the series will be deleted. If false, only the specific event will be deleted. Default is false.
100
+
Param: calendar_id: (Optional) The unique ID of the calendar or group the event belongs to. If unset, uses the default calendar.
101
+
Param: owner_type: (Optional) The type of the owner of the calendar or group. Possible values are "user" or "group". Required if calendar_id is set.
0 commit comments