Get Event's Attachments

Retrieve all the attachments that are in a specified user's Outlook event.

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.ReadBasic, Calendars.Read, Calendars.ReadWrite

Input Concepts

Concept
Description
Type
Required

user

The user's calendar from where the event attachments will be retrieved from

office user

Yes

event

The event from where the attachments will be retrieved from

outlook event

Yes

Output Concepts

Concept
Description
Type

user's event's attachments

All the attachments for the event

outlook attachment

Examples

Retrieve all attachments for the specified event

get users from office365 whose mail is "[email protected]"
get the first user
get the above's events from outlook
get the first event
get the above's attachments

Last updated

Was this helpful?