Get Events in Calendar

Retrieve all the events that are in the specified entity's 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.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

  1. Update the body of the specified user event

get users from office365 whose mail is "[email protected]"
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"
  1. Update the body of the specified group event

get groups from office365 whose mail is "[email protected]"
get the first group
get the above's events from outlook
get the first event
set the above's body to "hello world"

Last updated

Was this helpful?