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
Concept | Description | Type | Required |
---|---|---|---|
group | The user's or group's calendar from where the events will be retrieved from | office group | Yes |
start date time | The start date and time of the events to be retrieved | text | Yes |
end date time | The end date and time of the events to be retrieved | text | Yes |
Output Concepts
Concept | Description | Type |
---|---|---|
group's events | All the events for the group | outlook 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"
Updated 7 days ago