Get Events

This operation retrieve all the events that are in a user's Outlook calendar.

📘

Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.

Note: This operation requires the following permissions on the application: Calendars.Read, Calendars.ReadWrite

Input Concepts

ConceptDescriptionTypeRequired
groupThe user's or group's calendar from where the events will be retrieved fromoffice groupYes
start date timeThe start date and time of the events to be retrievedtextYes
end date timeThe end date and time of the events to be retrievedtextYes

Output Concepts

ConceptDescriptionType
group's eventsAll the events for the groupoutlook event

Examples

Retrieve all events for the specified group

get groups from office365 whose mail is "group@acme.org"
get the first group
get the above's events from outlook
	the start date time is "2022-07-14T12:30:00Z"
	the end date time is "2022-07-15T12:30:00Z"

Retrieve all events for the specified group whose subject matches the specified one

get groups from office365 whose mail is "group@acme.org"
get the first group
get the above's events from outlook whose subject is "Birthday Party"
	the start date time is "2022-07-14T12:30:00Z"
	the end date time is "2022-07-15T12:30:00Z"