Get Events

Retrieves all the events that are in a user's Outlook calendar.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must 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

  1. Retrieve all events for the specified group

get groups from office365 whose mail is "[email protected]"
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"
  1. Retrieve all events for the specified group whose subject matches the specified one

get groups from office365 whose mail is "[email protected]"
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"

Last updated

Was this helpful?