GoogleCalendar_EventObjGetProperties

Description

Allows to read all the properties of a Calendar object.


Creator

CreatorEmail OutArgument<String>

The creator's email address.

CreatorName OutArgument<String>

The creator's name.


Event

Description OutArgument<String>

The description of the event. Can contain HTML

EventId OutArgument<String>

The id of the event.

Location OutArgument<String>

Geographic location of the event as free-form text.

Summary OutArgument<String> REQUIRED

Title of the event.


Event Details

ExtendedProperties OutArgument<Dictionary<String,String>>

The extended properties of the event. The Keys are the names of the shared properties. The Values are properties that are shared between copies of the event on other attendees' calendars.

HtmlLink OutArgument<String>

An absolute link to this event in the Google Calendar Web UI. Read-only.

Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.

Last modification time of the event.


Guests permissions

GuestsCanInviteOthers OutArgument<Boolean>

Indicates whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.

GuestsCanModify OutArgument<Boolean>

Indicates whether attendees other than the organizer can modify the event. Optional. The default is False.

GuestsCanSeeOtherGuests OutArgument<Boolean>

Indicates whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.


Input

Event InArgument<Event> REQUIRED

The event to get the properties from.


Organizer

OrganizerEmail OutArgument<String>

The organizer's email address. It must be a valid email address as per RFC5322.

OrganizerName OutArgument<String>

The organizer's name.


When

End OutArgument<DateTime> REQUIRED

The time end time of the event.

Start OutArgument<DateTime> REQUIRED

The start time of the event.