Update-MgUserEvent
Update the navigation property events in users
Note
To view the beta release of this cmdlet, view Update-MgBetaUserEvent
Syntax
Update-MgUserEvent
-EventId <String>
-UserId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AllowNewTimeProposals]
[-Attachments <IMicrosoftGraphAttachment[]>]
[-Attendees <IMicrosoftGraphAttendee[]>]
[-Body <IMicrosoftGraphItemBody>]
[-BodyPreview <String>]
[-Calendar <IMicrosoftGraphCalendar>]
[-Categories <String[]>]
[-ChangeKey <String>]
[-CreatedDateTime <DateTime>]
[-End <IMicrosoftGraphDateTimeZone>]
[-Extensions <IMicrosoftGraphExtension[]>]
[-HasAttachments]
[-HideAttendees]
[-ICalUId <String>]
[-Id <String>]
[-Importance <String>]
[-Instances <IMicrosoftGraphEvent[]>]
[-IsAllDay]
[-IsCancelled]
[-IsDraft]
[-IsOnlineMeeting]
[-IsOrganizer]
[-IsReminderOn]
[-LastModifiedDateTime <DateTime>]
[-Location <IMicrosoftGraphLocation>]
[-Locations <IMicrosoftGraphLocation[]>]
[-MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]
[-OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]
[-OnlineMeetingProvider <String>]
[-OnlineMeetingUrl <String>]
[-Organizer <IMicrosoftGraphRecipient>]
[-OriginalEndTimeZone <String>]
[-OriginalStart <DateTime>]
[-OriginalStartTimeZone <String>]
[-Recurrence <IMicrosoftGraphPatternedRecurrence>]
[-ReminderMinutesBeforeStart <Int32>]
[-ResponseRequested]
[-ResponseStatus <IMicrosoftGraphResponseStatus>]
[-Sensitivity <String>]
[-SeriesMasterId <String>]
[-ShowAs <String>]
[-SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]
[-Start <IMicrosoftGraphDateTimeZone>]
[-Subject <String>]
[-TransactionId <String>]
[-Type <String>]
[-WebLink <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserEvent
-EventId <String>
-UserId <String>
-BodyParameter <IMicrosoftGraphEvent>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserEvent
-InputObject <ICalendarIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-AllowNewTimeProposals]
[-Attachments <IMicrosoftGraphAttachment[]>]
[-Attendees <IMicrosoftGraphAttendee[]>]
[-Body <IMicrosoftGraphItemBody>]
[-BodyPreview <String>]
[-Calendar <IMicrosoftGraphCalendar>]
[-Categories <String[]>]
[-ChangeKey <String>]
[-CreatedDateTime <DateTime>]
[-End <IMicrosoftGraphDateTimeZone>]
[-Extensions <IMicrosoftGraphExtension[]>]
[-HasAttachments]
[-HideAttendees]
[-ICalUId <String>]
[-Id <String>]
[-Importance <String>]
[-Instances <IMicrosoftGraphEvent[]>]
[-IsAllDay]
[-IsCancelled]
[-IsDraft]
[-IsOnlineMeeting]
[-IsOrganizer]
[-IsReminderOn]
[-LastModifiedDateTime <DateTime>]
[-Location <IMicrosoftGraphLocation>]
[-Locations <IMicrosoftGraphLocation[]>]
[-MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]
[-OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]
[-OnlineMeetingProvider <String>]
[-OnlineMeetingUrl <String>]
[-Organizer <IMicrosoftGraphRecipient>]
[-OriginalEndTimeZone <String>]
[-OriginalStart <DateTime>]
[-OriginalStartTimeZone <String>]
[-Recurrence <IMicrosoftGraphPatternedRecurrence>]
[-ReminderMinutesBeforeStart <Int32>]
[-ResponseRequested]
[-ResponseStatus <IMicrosoftGraphResponseStatus>]
[-Sensitivity <String>]
[-SeriesMasterId <String>]
[-ShowAs <String>]
[-SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]
[-Start <IMicrosoftGraphDateTimeZone>]
[-Subject <String>]
[-TransactionId <String>]
[-Type <String>]
[-WebLink <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserEvent
-InputObject <ICalendarIdentity>
-BodyParameter <IMicrosoftGraphEvent>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the navigation property events in users
Permissions
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | Calendars.ReadWrite, |
Delegated (personal Microsoft account) | Calendars.ReadWrite, |
Application | Calendars.ReadWrite, |
Examples
Example 1: Code snippet
Import-Module Microsoft.Graph.Calendar
$params = @{
originalStartTimeZone = "originalStartTimeZone-value"
originalEndTimeZone = "originalEndTimeZone-value"
responseStatus = @{
response = ""
time = [System.DateTime]::Parse("datetime-value")
}
recurrence = $null
reminderMinutesBeforeStart = 99
isOnlineMeeting = $true
onlineMeetingProvider = "teamsForBusiness"
isReminderOn = $true
hideAttendees = $false
categories = @(
"Red category"
)
}
# A UPN can also be used as -UserId.
Update-MgUserEvent -UserId $userId -EventId $eventId -BodyParameter $params
This example shows how to use the Update-MgUserEvent Cmdlet.
To learn about permissions for this resource, see the permissions reference.
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowNewTimeProposals
true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. The default is true.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Attachments
The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. To construct, see NOTES section for ATTACHMENTS properties and create a hash table.
Type: | IMicrosoftGraphAttachment[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Attendees
The collection of attendees for the event. To construct, see NOTES section for ATTENDEES properties and create a hash table.
Type: | IMicrosoftGraphAttendee[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Body
itemBody To construct, see NOTES section for BODY properties and create a hash table.
Type: | IMicrosoftGraphItemBody |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
event To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphEvent |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-BodyPreview
The preview of the message associated with the event. It's in text format.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Calendar
calendar To construct, see NOTES section for CALENDAR properties and create a hash table.
Type: | IMicrosoftGraphCalendar |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Categories
The categories associated with the item
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ChangeKey
Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CreatedDateTime
The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-End
dateTimeTimeZone To construct, see NOTES section for END properties and create a hash table.
Type: | IMicrosoftGraphDateTimeZone |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EventId
The unique identifier of event
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Extensions
The collection of open extensions defined for the event. Nullable. To construct, see NOTES section for EXTENSIONS properties and create a hash table.
Type: | IMicrosoftGraphExtension[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-HasAttachments
Set to true if the event has attachments.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-HideAttendees
When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ICalUId
A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Importance
importance
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | ICalendarIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Instances
The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable. To construct, see NOTES section for INSTANCES properties and create a hash table.
Type: | IMicrosoftGraphEvent[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsAllDay
Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start, and endtime must be set to midnight and be in the same time zone.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsCancelled
Set to true if the event has been canceled.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsDraft
Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsOnlineMeeting
True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently, Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsOrganizer
Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsReminderOn
Set to true if an alert is set to remind the user of the event.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LastModifiedDateTime
The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
location To construct, see NOTES section for LOCATION properties and create a hash table.
Type: | IMicrosoftGraphLocation |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Locations
The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value. To construct, see NOTES section for LOCATIONS properties and create a hash table.
Type: | IMicrosoftGraphLocation[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MultiValueExtendedProperties
The collection of multi-value extended properties defined for the event. Read-only. Nullable. To construct, see NOTES section for MULTIVALUEEXTENDEDPROPERTIES properties and create a hash table.
Type: | IMicrosoftGraphMultiValueLegacyExtendedProperty[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OnlineMeeting
onlineMeetingInfo To construct, see NOTES section for ONLINEMEETING properties and create a hash table.
Type: | IMicrosoftGraphOnlineMeetingInfo |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OnlineMeetingProvider
onlineMeetingProviderType
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OnlineMeetingUrl
A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Organizer
recipient To construct, see NOTES section for ORGANIZER properties and create a hash table.
Type: | IMicrosoftGraphRecipient |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OriginalEndTimeZone
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OriginalStart
Represents the start time of an event when it's initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OriginalStartTimeZone
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Recurrence
patternedRecurrence To construct, see NOTES section for RECURRENCE properties and create a hash table.
Type: | IMicrosoftGraphPatternedRecurrence |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ReminderMinutesBeforeStart
The number of minutes before the event start time that the reminder alert occurs.
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseRequested
Default is true, which represents the organizer would like an invitee to send a response to the event.
Type: | SwitchParameter |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseStatus
responseStatus To construct, see NOTES section for RESPONSESTATUS properties and create a hash table.
Type: | IMicrosoftGraphResponseStatus |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Sensitivity
sensitivity
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SeriesMasterId
The ID for the recurring series master item, if this event is part of a recurring series.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ShowAs
freeBusyStatus
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SingleValueExtendedProperties
The collection of single-value extended properties defined for the event. Read-only. Nullable. To construct, see NOTES section for SINGLEVALUEEXTENDEDPROPERTIES properties and create a hash table.
Type: | IMicrosoftGraphSingleValueLegacyExtendedProperty[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Start
dateTimeTimeZone To construct, see NOTES section for START properties and create a hash table.
Type: | IMicrosoftGraphDateTimeZone |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Subject
The text of the event's subject line.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TransactionId
A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Type
eventType
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserId
The unique identifier of user
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WebLink
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 can't be accessed from within an iFrame.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.PowerShell.Models.ICalendarIdentity
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEvent
System.Collections.IDictionary
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEvent
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
ATTACHMENTS <IMicrosoftGraphAttachment-
[]>
: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event.
Navigation property.
Read-only.
Nullable.
[Id <String>]
: The unique identifier for an entity. Read-only.[ContentType <String>]
: The MIME type.[IsInline <Boolean?>]
: true if the attachment is an inline attachment; otherwise, false.[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Name <String>]
: The attachment's file name.[Size <Int32?>]
: The length of the attachment in bytes.
ATTENDEES <IMicrosoftGraphAttendee-
[]>
: The collection of attendees for the event.
[Type <String>]
: attendeeType[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the person or entity.[Name <String>]
: The display name of the person or entity.
[ProposedNewTime <IMicrosoftGraphTimeSlot>]
: timeSlot[(Any) <Object>]
: This indicates any property can be added to this object.[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone
[Status <IMicrosoftGraphResponseStatus>]
: responseStatus[(Any) <Object>]
: This indicates any property can be added to this object.[Response <String>]
: responseType[Time <DateTime?>]
: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
BODY <IMicrosoftGraphItemBody>
: itemBody
[(Any) <Object>]
: This indicates any property can be added to this object.[Content <String>]
: The content of the item.[ContentType <String>]
: bodyType
BODYPARAMETER <IMicrosoftGraphEvent>
: event
[(Any) <Object>]
: This indicates any property can be added to this object.[Categories <String-
[]>]
: The categories associated with the item[ChangeKey <String>]
: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[CreatedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Id <String>]
: The unique identifier for an entity. Read-only.[AllowNewTimeProposals <Boolean?>]
: true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. The default is true.[Attachments <IMicrosoftGraphAttachment-
[]>]
: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ContentType <String>]
: The MIME type.[IsInline <Boolean?>]
: true if the attachment is an inline attachment; otherwise, false.[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Name <String>]
: The attachment's file name.[Size <Int32?>]
: The length of the attachment in bytes.
[Attendees <IMicrosoftGraphAttendee-
[]>]
: The collection of attendees for the event.[Type <String>]
: attendeeType[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the person or entity.[Name <String>]
: The display name of the person or entity.
[ProposedNewTime <IMicrosoftGraphTimeSlot>]
: timeSlot[(Any) <Object>]
: This indicates any property can be added to this object.[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone
[Status <IMicrosoftGraphResponseStatus>]
: responseStatus[(Any) <Object>]
: This indicates any property can be added to this object.[Response <String>]
: responseType[Time <DateTime?>]
: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
[Body <IMicrosoftGraphItemBody>]
: itemBody[(Any) <Object>]
: This indicates any property can be added to this object.[Content <String>]
: The content of the item.[ContentType <String>]
: bodyType
[BodyPreview <String>]
: The preview of the message associated with the event. It's in text format.[Calendar <IMicrosoftGraphCalendar>]
: calendar[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedOnlineMeetingProviders <String-
[]>]
: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.[CalendarPermissions <IMicrosoftGraphCalendarPermission-
[]>]
: The permissions of the users with whom the calendar is shared.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedRoles <String-
[]>]
: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[IsInsideOrganization <Boolean?>]
: True if the user in context (recipient or delegate) is inside the same organization as the calendar owner.[IsRemovable <Boolean?>]
: True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar.[Role <String>]
: calendarRoleType
[CalendarView <IMicrosoftGraphEvent-
[]>]
: The calendar view for the calendar. Navigation property. Read-only.[CanEdit <Boolean?>]
: true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.[CanShare <Boolean?>]
: true if the user has permission to share the calendar, false otherwise. Only the user who created the calendar can share it.[CanViewPrivateItems <Boolean?>]
: If true, the user can read calendar items that have been marked private, false otherwise.[ChangeKey <String>]
: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[Color <String>]
: calendarColor[DefaultOnlineMeetingProvider <String>]
: onlineMeetingProviderType[Events <IMicrosoftGraphEvent-
[]>]
: The events in the calendar. Navigation property. Read-only.[HexColor <String>]
: The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.[IsDefaultCalendar <Boolean?>]
: true if this is the default calendar where new events are created by default, false otherwise.[IsRemovable <Boolean?>]
: Indicates whether this user calendar can be deleted from the user mailbox.[IsTallyingResponses <Boolean?>]
: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String-
[]>]
: A collection of property values.
[Name <String>]
: The calendar name.[Owner <IMicrosoftGraphEmailAddress>]
: emailAddress[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String>]
: A property value.
[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Extensions <IMicrosoftGraphExtension-
[]>]
: The collection of open extensions defined for the event. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.
[HasAttachments <Boolean?>]
: Set to true if the event has attachments.[HideAttendees <Boolean?>]
: When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.[ICalUId <String>]
: A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.[Importance <String>]
: importance[Instances <IMicrosoftGraphEvent-
[]>]
: The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.[IsAllDay <Boolean?>]
: Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start, and endtime must be set to midnight and be in the same time zone.[IsCancelled <Boolean?>]
: Set to true if the event has been canceled.[IsDraft <Boolean?>]
: Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.[IsOnlineMeeting <Boolean?>]
: True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently, Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.[IsOrganizer <Boolean?>]
: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.[IsReminderOn <Boolean?>]
: Set to true if an alert is set to remind the user of the event.[Location <IMicrosoftGraphLocation>]
: location[(Any) <Object>]
: This indicates any property can be added to this object.[Address <IMicrosoftGraphPhysicalAddress>]
: physicalAddress[(Any) <Object>]
: This indicates any property can be added to this object.[City <String>]
: The city.[CountryOrRegion <String>]
: The country or region. It's a free-format string value, for example, 'United States'.[PostalCode <String>]
: The postal code.[State <String>]
: The state.[Street <String>]
: The street.
[Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]
: outlookGeoCoordinates[(Any) <Object>]
: This indicates any property can be added to this object.[Accuracy <Double?>]
: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.[Altitude <Double?>]
: The altitude of the location.[AltitudeAccuracy <Double?>]
: The accuracy of the altitude.[Latitude <Double?>]
: The latitude of the location.[Longitude <Double?>]
: The longitude of the location.
[DisplayName <String>]
: The name associated with the location.[LocationEmailAddress <String>]
: Optional email address of the location.[LocationType <String>]
: locationType[LocationUri <String>]
: Optional URI representing the location.[UniqueId <String>]
: For internal use only.[UniqueIdType <String>]
: locationUniqueIdType
[Locations <IMicrosoftGraphLocation-
[]>]
: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the event. Read-only. Nullable.[OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]
: onlineMeetingInfo[(Any) <Object>]
: This indicates any property can be added to this object.[ConferenceId <String>]
: The ID of the conference.[JoinUrl <String>]
: The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.[Phones <IMicrosoftGraphPhone-
[]>]
: All of the phone numbers associated with this conference.[Language <String>]
:[Number <String>]
: The phone number.[Region <String>]
:[Type <String>]
: phoneType
[QuickDial <String>]
: The preformatted quick dial for this call.[TollFreeNumbers <String-
[]>]
: The toll free numbers that can be used to join the conference.[TollNumber <String>]
: The toll number that can be used to join the conference.
[OnlineMeetingProvider <String>]
: onlineMeetingProviderType[OnlineMeetingUrl <String>]
: A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.[Organizer <IMicrosoftGraphRecipient>]
: recipient[(Any) <Object>]
: This indicates any property can be added to this object.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress
[OriginalEndTimeZone <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.[OriginalStart <DateTime?>]
: Represents the start time of an event when it's initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[OriginalStartTimeZone <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.[Recurrence <IMicrosoftGraphPatternedRecurrence>]
: patternedRecurrence[(Any) <Object>]
: This indicates any property can be added to this object.[Pattern <IMicrosoftGraphRecurrencePattern>]
: recurrencePattern[(Any) <Object>]
: This indicates any property can be added to this object.[DayOfMonth <Int32?>]
: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.[DaysOfWeek <String-
[]>]
: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.[FirstDayOfWeek <String>]
: dayOfWeek[Index <String>]
: weekIndex[Interval <Int32?>]
: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.[Month <Int32?>]
: The month in which the event occurs. This is a number from 1 to 12.[Type <String>]
: recurrencePatternType
[Range <IMicrosoftGraphRecurrenceRange>]
: recurrenceRange[(Any) <Object>]
: This indicates any property can be added to this object.[EndDate <DateTime?>]
: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.[NumberOfOccurrences <Int32?>]
: The number of times to repeat the event. Required and must be positive if type is numbered.[RecurrenceTimeZone <String>]
: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.[StartDate <DateTime?>]
: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.[Type <String>]
: recurrenceRangeType
[ReminderMinutesBeforeStart <Int32?>]
: The number of minutes before the event start time that the reminder alert occurs.[ResponseRequested <Boolean?>]
: Default is true, which represents the organizer would like an invitee to send a response to the event.[ResponseStatus <IMicrosoftGraphResponseStatus>]
: responseStatus[Sensitivity <String>]
: sensitivity[SeriesMasterId <String>]
: The ID for the recurring series master item, if this event is part of a recurring series.[ShowAs <String>]
: freeBusyStatus[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the event. Read-only. Nullable.[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Subject <String>]
: The text of the event's subject line.[TransactionId <String>]
: A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.[Type <String>]
: eventType[WebLink <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 can't be accessed from within an iFrame.
CALENDAR <IMicrosoftGraphCalendar>
: calendar
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedOnlineMeetingProviders <String-
[]>]
: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.[CalendarPermissions <IMicrosoftGraphCalendarPermission-
[]>]
: The permissions of the users with whom the calendar is shared.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedRoles <String-
[]>]
: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the person or entity.[Name <String>]
: The display name of the person or entity.
[IsInsideOrganization <Boolean?>]
: True if the user in context (recipient or delegate) is inside the same organization as the calendar owner.[IsRemovable <Boolean?>]
: True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar.[Role <String>]
: calendarRoleType
[CalendarView <IMicrosoftGraphEvent-
[]>]
: The calendar view for the calendar. Navigation property. Read-only.[Categories <String-
[]>]
: The categories associated with the item[ChangeKey <String>]
: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[CreatedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Id <String>]
: The unique identifier for an entity. Read-only.[AllowNewTimeProposals <Boolean?>]
: true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. The default is true.[Attachments <IMicrosoftGraphAttachment-
[]>]
: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ContentType <String>]
: The MIME type.[IsInline <Boolean?>]
: true if the attachment is an inline attachment; otherwise, false.[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Name <String>]
: The attachment's file name.[Size <Int32?>]
: The length of the attachment in bytes.
[Attendees <IMicrosoftGraphAttendee-
[]>]
: The collection of attendees for the event.[Type <String>]
: attendeeType[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[ProposedNewTime <IMicrosoftGraphTimeSlot>]
: timeSlot[(Any) <Object>]
: This indicates any property can be added to this object.[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone
[Status <IMicrosoftGraphResponseStatus>]
: responseStatus[(Any) <Object>]
: This indicates any property can be added to this object.[Response <String>]
: responseType[Time <DateTime?>]
: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
[Body <IMicrosoftGraphItemBody>]
: itemBody[(Any) <Object>]
: This indicates any property can be added to this object.[Content <String>]
: The content of the item.[ContentType <String>]
: bodyType
[BodyPreview <String>]
: The preview of the message associated with the event. It's in text format.[Calendar <IMicrosoftGraphCalendar>]
: calendar[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Extensions <IMicrosoftGraphExtension-
[]>]
: The collection of open extensions defined for the event. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.
[HasAttachments <Boolean?>]
: Set to true if the event has attachments.[HideAttendees <Boolean?>]
: When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.[ICalUId <String>]
: A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.[Importance <String>]
: importance[Instances <IMicrosoftGraphEvent-
[]>]
: The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.[IsAllDay <Boolean?>]
: Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start, and endtime must be set to midnight and be in the same time zone.[IsCancelled <Boolean?>]
: Set to true if the event has been canceled.[IsDraft <Boolean?>]
: Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.[IsOnlineMeeting <Boolean?>]
: True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently, Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.[IsOrganizer <Boolean?>]
: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.[IsReminderOn <Boolean?>]
: Set to true if an alert is set to remind the user of the event.[Location <IMicrosoftGraphLocation>]
: location[(Any) <Object>]
: This indicates any property can be added to this object.[Address <IMicrosoftGraphPhysicalAddress>]
: physicalAddress[(Any) <Object>]
: This indicates any property can be added to this object.[City <String>]
: The city.[CountryOrRegion <String>]
: The country or region. It's a free-format string value, for example, 'United States'.[PostalCode <String>]
: The postal code.[State <String>]
: The state.[Street <String>]
: The street.
[Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]
: outlookGeoCoordinates[(Any) <Object>]
: This indicates any property can be added to this object.[Accuracy <Double?>]
: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.[Altitude <Double?>]
: The altitude of the location.[AltitudeAccuracy <Double?>]
: The accuracy of the altitude.[Latitude <Double?>]
: The latitude of the location.[Longitude <Double?>]
: The longitude of the location.
[DisplayName <String>]
: The name associated with the location.[LocationEmailAddress <String>]
: Optional email address of the location.[LocationType <String>]
: locationType[LocationUri <String>]
: Optional URI representing the location.[UniqueId <String>]
: For internal use only.[UniqueIdType <String>]
: locationUniqueIdType
[Locations <IMicrosoftGraphLocation-
[]>]
: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the event. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String-
[]>]
: A collection of property values.
[OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]
: onlineMeetingInfo[(Any) <Object>]
: This indicates any property can be added to this object.[ConferenceId <String>]
: The ID of the conference.[JoinUrl <String>]
: The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.[Phones <IMicrosoftGraphPhone-
[]>]
: All of the phone numbers associated with this conference.[Language <String>]
:[Number <String>]
: The phone number.[Region <String>]
:[Type <String>]
: phoneType
[QuickDial <String>]
: The preformatted quick dial for this call.[TollFreeNumbers <String-
[]>]
: The toll free numbers that can be used to join the conference.[TollNumber <String>]
: The toll number that can be used to join the conference.
[OnlineMeetingProvider <String>]
: onlineMeetingProviderType[OnlineMeetingUrl <String>]
: A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.[Organizer <IMicrosoftGraphRecipient>]
: recipient[(Any) <Object>]
: This indicates any property can be added to this object.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress
[OriginalEndTimeZone <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.[OriginalStart <DateTime?>]
: Represents the start time of an event when it's initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[OriginalStartTimeZone <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.[Recurrence <IMicrosoftGraphPatternedRecurrence>]
: patternedRecurrence[(Any) <Object>]
: This indicates any property can be added to this object.[Pattern <IMicrosoftGraphRecurrencePattern>]
: recurrencePattern[(Any) <Object>]
: This indicates any property can be added to this object.[DayOfMonth <Int32?>]
: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.[DaysOfWeek <String-
[]>]
: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.[FirstDayOfWeek <String>]
: dayOfWeek[Index <String>]
: weekIndex[Interval <Int32?>]
: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.[Month <Int32?>]
: The month in which the event occurs. This is a number from 1 to 12.[Type <String>]
: recurrencePatternType
[Range <IMicrosoftGraphRecurrenceRange>]
: recurrenceRange[(Any) <Object>]
: This indicates any property can be added to this object.[EndDate <DateTime?>]
: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.[NumberOfOccurrences <Int32?>]
: The number of times to repeat the event. Required and must be positive if type is numbered.[RecurrenceTimeZone <String>]
: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.[StartDate <DateTime?>]
: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.[Type <String>]
: recurrenceRangeType
[ReminderMinutesBeforeStart <Int32?>]
: The number of minutes before the event start time that the reminder alert occurs.[ResponseRequested <Boolean?>]
: Default is true, which represents the organizer would like an invitee to send a response to the event.[ResponseStatus <IMicrosoftGraphResponseStatus>]
: responseStatus[Sensitivity <String>]
: sensitivity[SeriesMasterId <String>]
: The ID for the recurring series master item, if this event is part of a recurring series.[ShowAs <String>]
: freeBusyStatus[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the event. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String>]
: A property value.
[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Subject <String>]
: The text of the event's subject line.[TransactionId <String>]
: A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.[Type <String>]
: eventType[WebLink <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 can't be accessed from within an iFrame.
[CanEdit <Boolean?>]
: true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.[CanShare <Boolean?>]
: true if the user has permission to share the calendar, false otherwise. Only the user who created the calendar can share it.[CanViewPrivateItems <Boolean?>]
: If true, the user can read calendar items that have been marked private, false otherwise.[ChangeKey <String>]
: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[Color <String>]
: calendarColor[DefaultOnlineMeetingProvider <String>]
: onlineMeetingProviderType[Events <IMicrosoftGraphEvent-
[]>]
: The events in the calendar. Navigation property. Read-only.[HexColor <String>]
: The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.[IsDefaultCalendar <Boolean?>]
: true if this is the default calendar where new events are created by default, false otherwise.[IsRemovable <Boolean?>]
: Indicates whether this user calendar can be deleted from the user mailbox.[IsTallyingResponses <Boolean?>]
: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.[Name <String>]
: The calendar name.[Owner <IMicrosoftGraphEmailAddress>]
: emailAddress[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
END <IMicrosoftGraphDateTimeZone>
: dateTimeTimeZone
[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
EXTENSIONS <IMicrosoftGraphExtension-
[]>
: The collection of open extensions defined for the event.
Nullable.
[Id <String>]
: The unique identifier for an entity. Read-only.
INPUTOBJECT <ICalendarIdentity>
: Identity Parameter
[AttachmentId <String>]
: The unique identifier of attachment[CalendarGroupId <String>]
: The unique identifier of calendarGroup[CalendarId <String>]
: The unique identifier of calendar[CalendarPermissionId <String>]
: The unique identifier of calendarPermission[EventId <String>]
: The unique identifier of event[EventId1 <String>]
: The unique identifier of event[ExtensionId <String>]
: The unique identifier of extension[GroupId <String>]
: The unique identifier of group[PlaceId <String>]
: The unique identifier of place[RoomId <String>]
: The unique identifier of room[User <String>]
: Usage: User='{User}'[UserId <String>]
: The unique identifier of user
INSTANCES <IMicrosoftGraphEvent-
[]>
: The occurrences of a recurring series, if the event is a series master.
This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series.
Navigation property.
Read-only.
Nullable.
[Categories <String-
[]>]
: The categories associated with the item[ChangeKey <String>]
: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[CreatedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Id <String>]
: The unique identifier for an entity. Read-only.[AllowNewTimeProposals <Boolean?>]
: true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. The default is true.[Attachments <IMicrosoftGraphAttachment-
[]>]
: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[ContentType <String>]
: The MIME type.[IsInline <Boolean?>]
: true if the attachment is an inline attachment; otherwise, false.[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Name <String>]
: The attachment's file name.[Size <Int32?>]
: The length of the attachment in bytes.
[Attendees <IMicrosoftGraphAttendee-
[]>]
: The collection of attendees for the event.[Type <String>]
: attendeeType[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the person or entity.[Name <String>]
: The display name of the person or entity.
[ProposedNewTime <IMicrosoftGraphTimeSlot>]
: timeSlot[(Any) <Object>]
: This indicates any property can be added to this object.[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone
[Status <IMicrosoftGraphResponseStatus>]
: responseStatus[(Any) <Object>]
: This indicates any property can be added to this object.[Response <String>]
: responseType[Time <DateTime?>]
: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
[Body <IMicrosoftGraphItemBody>]
: itemBody[(Any) <Object>]
: This indicates any property can be added to this object.[Content <String>]
: The content of the item.[ContentType <String>]
: bodyType
[BodyPreview <String>]
: The preview of the message associated with the event. It's in text format.[Calendar <IMicrosoftGraphCalendar>]
: calendar[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedOnlineMeetingProviders <String-
[]>]
: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.[CalendarPermissions <IMicrosoftGraphCalendarPermission-
[]>]
: The permissions of the users with whom the calendar is shared.[Id <String>]
: The unique identifier for an entity. Read-only.[AllowedRoles <String-
[]>]
: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[IsInsideOrganization <Boolean?>]
: True if the user in context (recipient or delegate) is inside the same organization as the calendar owner.[IsRemovable <Boolean?>]
: True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar.[Role <String>]
: calendarRoleType
[CalendarView <IMicrosoftGraphEvent-
[]>]
: The calendar view for the calendar. Navigation property. Read-only.[CanEdit <Boolean?>]
: true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.[CanShare <Boolean?>]
: true if the user has permission to share the calendar, false otherwise. Only the user who created the calendar can share it.[CanViewPrivateItems <Boolean?>]
: If true, the user can read calendar items that have been marked private, false otherwise.[ChangeKey <String>]
: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.[Color <String>]
: calendarColor[DefaultOnlineMeetingProvider <String>]
: onlineMeetingProviderType[Events <IMicrosoftGraphEvent-
[]>]
: The events in the calendar. Navigation property. Read-only.[HexColor <String>]
: The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.[IsDefaultCalendar <Boolean?>]
: true if this is the default calendar where new events are created by default, false otherwise.[IsRemovable <Boolean?>]
: Indicates whether this user calendar can be deleted from the user mailbox.[IsTallyingResponses <Boolean?>]
: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String-
[]>]
: A collection of property values.
[Name <String>]
: The calendar name.[Owner <IMicrosoftGraphEmailAddress>]
: emailAddress[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String>]
: A property value.
[End <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Extensions <IMicrosoftGraphExtension-
[]>]
: The collection of open extensions defined for the event. Nullable.[Id <String>]
: The unique identifier for an entity. Read-only.
[HasAttachments <Boolean?>]
: Set to true if the event has attachments.[HideAttendees <Boolean?>]
: When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.[ICalUId <String>]
: A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.[Importance <String>]
: importance[Instances <IMicrosoftGraphEvent-
[]>]
: The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.[IsAllDay <Boolean?>]
: Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start, and endtime must be set to midnight and be in the same time zone.[IsCancelled <Boolean?>]
: Set to true if the event has been canceled.[IsDraft <Boolean?>]
: Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.[IsOnlineMeeting <Boolean?>]
: True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently, Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.[IsOrganizer <Boolean?>]
: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.[IsReminderOn <Boolean?>]
: Set to true if an alert is set to remind the user of the event.[Location <IMicrosoftGraphLocation>]
: location[(Any) <Object>]
: This indicates any property can be added to this object.[Address <IMicrosoftGraphPhysicalAddress>]
: physicalAddress[(Any) <Object>]
: This indicates any property can be added to this object.[City <String>]
: The city.[CountryOrRegion <String>]
: The country or region. It's a free-format string value, for example, 'United States'.[PostalCode <String>]
: The postal code.[State <String>]
: The state.[Street <String>]
: The street.
[Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]
: outlookGeoCoordinates[(Any) <Object>]
: This indicates any property can be added to this object.[Accuracy <Double?>]
: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.[Altitude <Double?>]
: The altitude of the location.[AltitudeAccuracy <Double?>]
: The accuracy of the altitude.[Latitude <Double?>]
: The latitude of the location.[Longitude <Double?>]
: The longitude of the location.
[DisplayName <String>]
: The name associated with the location.[LocationEmailAddress <String>]
: Optional email address of the location.[LocationType <String>]
: locationType[LocationUri <String>]
: Optional URI representing the location.[UniqueId <String>]
: For internal use only.[UniqueIdType <String>]
: locationUniqueIdType
[Locations <IMicrosoftGraphLocation-
[]>]
: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value.[MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>]
: The collection of multi-value extended properties defined for the event. Read-only. Nullable.[OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]
: onlineMeetingInfo[(Any) <Object>]
: This indicates any property can be added to this object.[ConferenceId <String>]
: The ID of the conference.[JoinUrl <String>]
: The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.[Phones <IMicrosoftGraphPhone-
[]>]
: All of the phone numbers associated with this conference.[Language <String>]
:[Number <String>]
: The phone number.[Region <String>]
:[Type <String>]
: phoneType
[QuickDial <String>]
: The preformatted quick dial for this call.[TollFreeNumbers <String-
[]>]
: The toll free numbers that can be used to join the conference.[TollNumber <String>]
: The toll number that can be used to join the conference.
[OnlineMeetingProvider <String>]
: onlineMeetingProviderType[OnlineMeetingUrl <String>]
: A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.[Organizer <IMicrosoftGraphRecipient>]
: recipient[(Any) <Object>]
: This indicates any property can be added to this object.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress
[OriginalEndTimeZone <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.[OriginalStart <DateTime?>]
: Represents the start time of an event when it's initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[OriginalStartTimeZone <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.[Recurrence <IMicrosoftGraphPatternedRecurrence>]
: patternedRecurrence[(Any) <Object>]
: This indicates any property can be added to this object.[Pattern <IMicrosoftGraphRecurrencePattern>]
: recurrencePattern[(Any) <Object>]
: This indicates any property can be added to this object.[DayOfMonth <Int32?>]
: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.[DaysOfWeek <String-
[]>]
: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.[FirstDayOfWeek <String>]
: dayOfWeek[Index <String>]
: weekIndex[Interval <Int32?>]
: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.[Month <Int32?>]
: The month in which the event occurs. This is a number from 1 to 12.[Type <String>]
: recurrencePatternType
[Range <IMicrosoftGraphRecurrenceRange>]
: recurrenceRange[(Any) <Object>]
: This indicates any property can be added to this object.[EndDate <DateTime?>]
: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.[NumberOfOccurrences <Int32?>]
: The number of times to repeat the event. Required and must be positive if type is numbered.[RecurrenceTimeZone <String>]
: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.[StartDate <DateTime?>]
: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.[Type <String>]
: recurrenceRangeType
[ReminderMinutesBeforeStart <Int32?>]
: The number of minutes before the event start time that the reminder alert occurs.[ResponseRequested <Boolean?>]
: Default is true, which represents the organizer would like an invitee to send a response to the event.[ResponseStatus <IMicrosoftGraphResponseStatus>]
: responseStatus[Sensitivity <String>]
: sensitivity[SeriesMasterId <String>]
: The ID for the recurring series master item, if this event is part of a recurring series.[ShowAs <String>]
: freeBusyStatus[SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>]
: The collection of single-value extended properties defined for the event. Read-only. Nullable.[Start <IMicrosoftGraphDateTimeZone>]
: dateTimeTimeZone[Subject <String>]
: The text of the event's subject line.[TransactionId <String>]
: A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.[Type <String>]
: eventType[WebLink <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 can't be accessed from within an iFrame.
LOCATION <IMicrosoftGraphLocation>
: location
[(Any) <Object>]
: This indicates any property can be added to this object.[Address <IMicrosoftGraphPhysicalAddress>]
: physicalAddress[(Any) <Object>]
: This indicates any property can be added to this object.[City <String>]
: The city.[CountryOrRegion <String>]
: The country or region. It's a free-format string value, for example, 'United States'.[PostalCode <String>]
: The postal code.[State <String>]
: The state.[Street <String>]
: The street.
[Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]
: outlookGeoCoordinates[(Any) <Object>]
: This indicates any property can be added to this object.[Accuracy <Double?>]
: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.[Altitude <Double?>]
: The altitude of the location.[AltitudeAccuracy <Double?>]
: The accuracy of the altitude.[Latitude <Double?>]
: The latitude of the location.[Longitude <Double?>]
: The longitude of the location.
[DisplayName <String>]
: The name associated with the location.[LocationEmailAddress <String>]
: Optional email address of the location.[LocationType <String>]
: locationType[LocationUri <String>]
: Optional URI representing the location.[UniqueId <String>]
: For internal use only.[UniqueIdType <String>]
: locationUniqueIdType
LOCATIONS <IMicrosoftGraphLocation-
[]>
: The locations where the event is held or attended from.
The location and locations properties always correspond with each other.
If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value.
[Address <IMicrosoftGraphPhysicalAddress>]
: physicalAddress[(Any) <Object>]
: This indicates any property can be added to this object.[City <String>]
: The city.[CountryOrRegion <String>]
: The country or region. It's a free-format string value, for example, 'United States'.[PostalCode <String>]
: The postal code.[State <String>]
: The state.[Street <String>]
: The street.
[Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]
: outlookGeoCoordinates[(Any) <Object>]
: This indicates any property can be added to this object.[Accuracy <Double?>]
: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.[Altitude <Double?>]
: The altitude of the location.[AltitudeAccuracy <Double?>]
: The accuracy of the altitude.[Latitude <Double?>]
: The latitude of the location.[Longitude <Double?>]
: The longitude of the location.
[DisplayName <String>]
: The name associated with the location.[LocationEmailAddress <String>]
: Optional email address of the location.[LocationType <String>]
: locationType[LocationUri <String>]
: Optional URI representing the location.[UniqueId <String>]
: For internal use only.[UniqueIdType <String>]
: locationUniqueIdType
MULTIVALUEEXTENDEDPROPERTIES <IMicrosoftGraphMultiValueLegacyExtendedProperty-
[]>
: The collection of multi-value extended properties defined for the event.
Read-only.
Nullable.
[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String-
[]>]
: A collection of property values.
ONLINEMEETING <IMicrosoftGraphOnlineMeetingInfo>
: onlineMeetingInfo
[(Any) <Object>]
: This indicates any property can be added to this object.[ConferenceId <String>]
: The ID of the conference.[JoinUrl <String>]
: The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.[Phones <IMicrosoftGraphPhone-
[]>]
: All of the phone numbers associated with this conference.[Language <String>]
:[Number <String>]
: The phone number.[Region <String>]
:[Type <String>]
: phoneType
[QuickDial <String>]
: The preformatted quick dial for this call.[TollFreeNumbers <String-
[]>]
: The toll free numbers that can be used to join the conference.[TollNumber <String>]
: The toll number that can be used to join the conference.
ORGANIZER <IMicrosoftGraphRecipient>
: recipient
[(Any) <Object>]
: This indicates any property can be added to this object.[EmailAddress <IMicrosoftGraphEmailAddress>]
: emailAddress[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the person or entity.[Name <String>]
: The display name of the person or entity.
RECURRENCE <IMicrosoftGraphPatternedRecurrence>
: patternedRecurrence
[(Any) <Object>]
: This indicates any property can be added to this object.[Pattern <IMicrosoftGraphRecurrencePattern>]
: recurrencePattern[(Any) <Object>]
: This indicates any property can be added to this object.[DayOfMonth <Int32?>]
: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.[DaysOfWeek <String-
[]>]
: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.[FirstDayOfWeek <String>]
: dayOfWeek[Index <String>]
: weekIndex[Interval <Int32?>]
: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.[Month <Int32?>]
: The month in which the event occurs. This is a number from 1 to 12.[Type <String>]
: recurrencePatternType
[Range <IMicrosoftGraphRecurrenceRange>]
: recurrenceRange[(Any) <Object>]
: This indicates any property can be added to this object.[EndDate <DateTime?>]
: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.[NumberOfOccurrences <Int32?>]
: The number of times to repeat the event. Required and must be positive if type is numbered.[RecurrenceTimeZone <String>]
: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.[StartDate <DateTime?>]
: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.[Type <String>]
: recurrenceRangeType
RESPONSESTATUS <IMicrosoftGraphResponseStatus>
: responseStatus
[(Any) <Object>]
: This indicates any property can be added to this object.[Response <String>]
: responseType[Time <DateTime?>]
: The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
SINGLEVALUEEXTENDEDPROPERTIES <IMicrosoftGraphSingleValueLegacyExtendedProperty-
[]>
: The collection of single-value extended properties defined for the event.
Read-only.
Nullable.
[Id <String>]
: The unique identifier for an entity. Read-only.[Value <String>]
: A property value.
START <IMicrosoftGraphDateTimeZone>
: dateTimeTimeZone
[(Any) <Object>]
: This indicates any property can be added to this object.[DateTime <String>]
: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).[TimeZone <String>]
: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
RELATED LINKS
https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/update-mguserevent