Feedback

  • Contents
 

Get Event

This Calendar tool retrieves an event from a specified calendar.

Inputs

Calendar ID

This is a Calendar ID from the Open Calendar tool.

Event ID

The ID of an event (from the Add Event tool for example).

Outputs

Start Date

The start date of the event.

End Date

The end date of the event. This date must be later than the defined Start Date.

Location

The location of the event.

Description

String - The description of the event.

Summary

The summary of the event.

Organizer

A string containing the e-mail addresses of the event organizer.

Organizer CN

A string containing the friendly name or external e-mail of the organizer. The calendar provider may not provide this value, so the string may be blank.

Attendees

A string of strings containing the email addresses of the event attendees.

Attendees CNs

A list of strings containing the friendly name or external email of the attendees. The calendar provider may not provide this value, so the string may be blank.

Exit Paths

Success

This path is taken if the event was retrieved successfully.

Failure

This path is taken if the operation fails.