Get Events
Retrieves all the events that are in a user's Outlook calendar.
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 "[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"
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?