Get Events in Calendar
Retrieve all the events that are in the specified entity's 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.ReadWrite
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
entity | The user's or group's calendar that owns the event | office group or office user | Yes |
event | The event that will be updated | outlook event | Yes |
text | The content of the body | text | Yes |
Examples
Update the body of the specified user event
get users from office365 whose mail is "john@acme.org"
use the first entity as john
get john's events from outlook
use the first event as my event
set my event's body to "hello world"
Update the body of the specified group event
get groups from office365 whose mail is "group@acme.org"
get the first group
get the above's events from outlook
get the first event
set the above's body to "hello world"
Updated 7 days ago