MsGraph_EventGetProperties

Description

This activity allows to get all the properties of a calendar event.


Advanced info

BodyPreview OutArgument<String>

The preview of the message associated with the event. It is in text format.

ChangeKey OutArgument<String>

Identifies the version of the event object. Every time the event is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object.

The ETag of the Event.

ICalUId OutArgument<String>

A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.

The importance of the event. The possible values are: low, normal, high.

IsCancelled OutArgument<Boolean>

True if the event has been canceled.

IsReminderOn OutArgument<Boolean>

Set to true if an alert is set to remind the user of the event.

ReminderMinutesBeforeStart OutArgument<Int32>

The number of minutes before the event start time that the reminder alert occurs.

The sensibility of the event. The possible values are: normal, personal, private, confidential.

The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.


Basic info

AttendeesCount OutArgument<Int32>

The number of the attendees of an event.

The body of the message associated with the event. It can be in HTML or text format.

BodyIsHtml OutArgument<Boolean>

Indicates the body content type. When the value is TRUE the content type will be set to HTML, when it is FALSE, the content type is TEXT.

EventId OutArgument<String>

The unique identifier of the event.

HasAttachments OutArgument<Boolean>

True if the event has attachments.

Subject OutArgument<String>

The text of the event's subject line.

The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only.


Event Response

ResponseRequested OutArgument<Boolean>

Default is true, which represents the organizer would like an invitee to send a response to the event.

ResponseStatus OutArgument<EAttendeeResponse>

Indicates the type of response sent in response to an event message.

ResponseTime OutArgument<DateTime?>

Represents the date and time information of when the response was returned; always in UTC time.


Input

Event InArgument<MsEvent> REQUIRED

The event of which to get the properties.


Location

LocationAddress OutArgument<String>

Optional email address of the location.

LocationCity OutArgument<String>

The city of the location.

LocationCountryOrRegion OutArgument<String>

The country or region of the location. It's a free-format string value, for example, "United States".

LocationLatitude OutArgument<Double>

The latitude of the location.

LocationLongitude OutArgument<Double>

The longitude of the location.

LocationName OutArgument<String>

The name associated with the location.

LocationPostalCode OutArgument<String>

The postal code of the location.

LocationState OutArgument<String>

The state of the location.

LocationStreet OutArgument<String>

The street of the location.

The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. Use this argument is the value you want to set is stored in a variable.


Online

OnlineMeetingUrl OutArgument<String>

A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting.

WebLink OutArgument<String>

The URL to open the event in Outlook on the web.

Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in. This URL cannot be accessed from within an iFrame.

Organizer

IsOrganizer OutArgument<Boolean>

True if the owner of the calendar (specified by the "owner" property of the calendar) is the organizer of the event (specified by the "organizer" property of the event). If the organizer is another user you have to set this argument to false and to give a value to OrganizerName and OrganizerEmail arguments. If the event organizer is another user you must set this argument to false and assign a value to the OrganizerName and OrganizerEmail arguments.

OrganizerEmail OutArgument<String>

The email of the organizer of the event. Use this argument only when the organizer is not the owner of the calendar.

OrganizerName OutArgument<String>

The name of the organizer of the event. Use this argument only when the organizer is not the owner of the calendar.


Recurrence

SeriesMasterId OutArgument<String>

The ID for the recurring series master item, if this event is part of a recurring series.


Time info

CreatedDateTime OutArgument<DateTime>

Represents the event creation date and time information always in UTC time.

The date, time, and time zone that the event ends. By default, the end time is in UTC.

IsAllDay OutArgument<Boolean>

Indicates if the event lasts all day.

LastModifiedDateTime OutArgument<DateTime>

Represents the event last modification date and time information always in UTC time.

OriginalEndTimeZone OutArgument<String>

The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.

OriginalStartTimeZone OutArgument<String>

The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.

The date, time, and time zone that the event starts. By default, the start time is in UTC.