Skip to content

Commit ee920fb

Browse files
authored
Merge pull request #26284 from microsoftgraph/main
Merge to publish.
2 parents c12e42a + 7547f1c commit ee920fb

13 files changed

+42
-26
lines changed

api-reference/beta/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ POST /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft
4141
|Content-Type|application/json. Required.|
4242

4343
## Request body
44-
In the request body, provide a JSON representation of the ID of the [identityProvider](../resources/identityproviderbase.md) you want to add. For self-service sign up user flows, the values can be `EmailPassword-OAUTH`, `EmailOtpSignup-OAUTH`, `Google-OAUTH` or `Facebook-OAUTH`.
44+
In the request body, provide a JSON representation of the ID of the [identityProvider](../resources/identityproviderbase.md) you want to add.
4545

4646
## Response
4747

api-reference/v1.0/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ POST /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft
3939
|Content-Type|application/json. Required.|
4040

4141
## Request body
42-
In the request body, provide a JSON representation of the ID of the [identityProvider](../resources/identityproviderbase.md) you want to add. For self-service user flows, the values can be `EmailPassword-OAUTH`, `EmailOtpSignup-OAUTH`, `Google-OAUTH`, or `Facebook-OAUTH`.
42+
In the request body, provide a JSON representation of the ID of the [identityProvider](../resources/identityproviderbase.md) you want to add. For self-service sign up user flows, the values can be `EmailPassword-OAUTH`, `EmailOtpSignup-OAUTH`, `Google-OAUTH` or `Facebook-OAUTH`.
4343

4444
## Response
4545

api-reference/v1.0/resources/calendar.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "calendar resource type"
3-
description: "A calendar which is a container for events. It can be a calendar for a user, or the default calendar of a Microsoft 365 group."
3+
description: "A calendar which is a container for events. It can be a calendar for a user or the default calendar of a Microsoft 365 group."
44
ms.localizationpriority: high
55
author: "iamgirishck"
66
ms.subservice: "outlook"
@@ -26,15 +26,15 @@ Represents a container for [event](event.md) resources. It can be a calendar for
2626
|:---------------|:--------|:----------|
2727
|[List](../api/user-list-calendars.md)|[calendar](calendar.md) collection|Get all the user's calendars, or the calendars in the default or other specific calendar group.|
2828
|[Create](../api/user-post-calendars.md) |[calendar](calendar.md)| Create a new calendar in the default calendar group or specified calendar group for a user.|
29-
|[Get](../api/calendar-get.md) | [calendar](calendar.md) |Get the properties and relationships of a **calendar** object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. |
30-
|[Update](../api/calendar-update.md) | [calendar](calendar.md) |Update the properties of a **calendar** object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. |
29+
|[Get](../api/calendar-get.md) | [calendar](calendar.md) |Get the properties and relationships of a **calendar** object. The calendar can be one for a user or the default calendar of a Microsoft 365 group. |
30+
|[Update](../api/calendar-update.md) | [calendar](calendar.md) |Update the properties of a **calendar** object. The calendar can be one for a user or the default calendar of a Microsoft 365 group. |
3131
|[Delete](../api/calendar-delete.md) | None |Delete calendar object. |
3232
|[Permanently delete](../api/calendar-permanentdelete.md)|None|Permanently delete the **calendar** folder and remove it from the mailbox. |
3333
|[List calendar view](../api/calendar-list-calendarview.md) |[event](event.md) collection| Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's primary calendar `(../me/calendarview)` or from a specified calendar.|
3434
|[List events](../api/calendar-list-events.md) |[event](event.md) collection| Retrieve a list of events in a calendar. The list contains single instance meetings and series masters.|
3535
|[Create Event](../api/calendar-post-events.md) |[event](event.md)| Create a new event in the default or specified calendar.|
3636
|[Get free/busy schedule](../api/calendar-getschedule.md) |[scheduleInformation](scheduleinformation.md) collection|Get the free/busy availability information for a collection of users, distributions lists, or resources, for a specified time period. |
37-
|[Find meeting times](../api/user-findmeetingtimes.md) |[meetingTimeSuggestionsResult](meetingtimesuggestionsresult.md) |Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints. |
37+
|[Find meeting times](../api/user-findmeetingtimes.md) |[meetingTimeSuggestionsResult](meetingtimesuggestionsresult.md) |Suggest meeting times and locations based on the organizer and attendee availability, and time or location constraints. |
3838
|[Create single-value property](../api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md) |[calendar](calendar.md) |Create one or more single-value extended properties in a new or existing calendar. |
3939
|[Get single-value property](../api/singlevaluelegacyextendedproperty-get.md) | [calendar](calendar.md) | Get calendars that contain a single-value extended property by using `$expand` or `$filter`. |
4040
|[Create multi-value property](../api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md) | [calendar](calendar.md) | Create one or more multi-value extended properties in a new or existing calendar. |
@@ -44,9 +44,9 @@ Represents a container for [event](event.md) resources. It can be a calendar for
4444
| Property | Type |Description|
4545
|:---------------|:--------|:----------|
4646
|allowedOnlineMeetingProviders|onlineMeetingProviderType collection| Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: `unknown`, `skypeForBusiness`, `skypeForConsumer`, `teamsForBusiness`.|
47-
|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 has been shared a calendar and granted write access. |
48-
|canShare |Boolean |`true` if the user has the permission to share the calendar, `false` otherwise. Only the user who created the calendar can share it. |
49-
|canViewPrivateItems |Boolean |`true` if the user can read calendar items that have been marked private, `false` otherwise. |
47+
|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. |
48+
|canShare |Boolean |`true` if the user has permission to share the calendar, `false` otherwise. Only the user who created the calendar can share it. |
49+
|canViewPrivateItems |Boolean |If `true`, the user can read calendar items that have been marked private, `false` otherwise. |
5050
|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.|
5151
|color|calendarColor|Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: `auto`, `lightBlue`, `lightGreen`, `lightOrange`, `lightGray`, `lightYellow`, `lightTeal`, `lightPink`, `lightBrown`, `lightRed`, `maxColor`.|
5252
|defaultOnlineMeetingProvider|onlineMeetingProviderType|The default online meeting provider for meetings sent from this calendar. Possible values are: `unknown`, `skypeForBusiness`, `skypeForConsumer`, `teamsForBusiness`.|

api-reference/v1.0/resources/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ by providing a [delta](../api/contact-delta.md) function.
2727
| Method | Return Type |Description|
2828
|:---------------|:--------|:----------|
2929
|[Get contact](../api/contact-get.md) | [contact](contact.md) |Read properties and relationships of contact object.|
30-
|[Create contact](../api/user-post-contacts.md) | [contact](contact.md) |Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder.|
30+
|[Create contact](../api/user-post-contacts.md) | [contact](contact.md) |Add a contact to the root Contacts folder or the contacts endpoint of another contact folder.|
3131
|[Update contact](../api/contact-update.md) | [contact](contact.md) |Update contact object. |
3232
|[Delete contact](../api/contact-delete.md) | None |Delete contact object. |
3333
|[Permanently delete](../api/contact-permanentdelete.md)|None|Permanently delete a contact and place it in the purges folder in the recoverable Items folder in the user's mailbox.|

api-reference/v1.0/resources/contactfolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ by providing a [delta](../api/contactfolder-delta.md) function.
3030
|[Create child folder](../api/contactfolder-post-childfolders.md) |[contactFolder](contactfolder.md)| Create a new **contactFolder** as a child of a specified folder.|
3131
|[Get contact delta](../api/contact-delta.md)|[contact](contact.md) collection| Get a set of contact folders that have been added, deleted, or removed from the user's mailbox.|
3232
|[List contacts in folder](../api/contactfolder-list-contacts.md) |[contact](contact.md) collection| Get a contact collection from the default contacts folder of the signed-in user (`.../me/contacts`), or from the specified contact folder.|
33-
|[Create contact in folder](../api/contactfolder-post-contacts.md) |[contact](contact.md)| Add a contact to the root contacts folder or to the `contacts` endpoint of another contact folder.|
33+
|[Create contact in folder](../api/contactfolder-post-contacts.md) |[contact](contact.md)| Add a contact to the root contacts folder or the `contacts` endpoint of another contact folder.|
3434
|[Create single-value property](../api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md) |[contactFolder](contactfolder.md) |Create one or more single-value extended properties in a new or existing **contactFolder**. |
3535
|[Get single-value property](../api/singlevaluelegacyextendedproperty-get.md) | [contactFolder](contactfolder.md) | Get **contactFolders** that contain a single-value extended property by using `$expand` or `$filter`. |
3636
|[Create multi-value property](../api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md) | [contactFolder](contactfolder.md) | Create one or more multi-value extended properties in a new or existing **contactFolder**. |

api-reference/v1.0/resources/event.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This resource supports:
4343
|[Permanently delete](../api/event-permanentdelete.md)|None|Permanently delete an event and place it in the purges folder in the recoverable Items folder in the user's mailbox.|
4444
|[Get delta](../api/event-delta.md)|[event](event.md) collection|Get a set of events added, deleted, or updated in a **calendarView** (a range of events) of the user's primary calendar.|
4545
|[Forward event](../api/event-forward.md)|None|Lets the organizer or attendee of a meeting event forward the meeting request to a new recipient.|
46-
|[Cancel event](../api/event-cancel.md) | None | Send cancellation message from the organizer to all the attendees and cancel the specified meeting. |
46+
|[Cancel event](../api/event-cancel.md) | None | Send a cancellation message from the organizer to all the attendees and cancel the specified meeting. |
4747
|[Accept event](../api/event-accept.md)|None|Accept the specified event in a user calendar.|
4848
|[Tentatively accept](../api/event-tentativelyaccept.md)|None|Tentatively accept the specified event in a user calendar.|
4949
|[Decline event](../api/event-decline.md)|None|Decline invitation to the specified event in a user calendar.|
@@ -65,7 +65,7 @@ This resource supports:
6565
## Properties
6666
| Property | Type |Description|
6767
|:---------------|:--------|:----------|
68-
|allowNewTimeProposals| Boolean | `true` if the meeting organizer allows invitees to propose a new time when responding; otherwise, `false`. Optional. Default is `true`. |
68+
|allowNewTimeProposals| Boolean | `true` if the meeting organizer allows invitees to propose a new time when responding; otherwise, `false`. Optional. The default is `true`. |
6969
|attendees|[Attendee](attendee.md) collection|The collection of attendees for the event.|
7070
|body|[ItemBody](itembody.md)|The body of the message associated with the event. It can be in HTML or text format.|
7171
|bodyPreview|String|The preview of the message associated with the event. It's in text format.|
@@ -74,21 +74,21 @@ This resource supports:
7474
|createdDateTime|DateTimeOffset|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`|
7575
|end|[DateTimeTimeZone](datetimetimezone.md)|The date, time, and time zone that the event ends. By default, the end time is in UTC.|
7676
|hasAttachments|Boolean|Set to true if the event has attachments.|
77-
|hideAttendees|Boolean|When set to `true`, each attendee only sees themselves in the meeting request and meeting **Tracking** list. Default is false.|
77+
|hideAttendees|Boolean|When set to `true`, each attendee only sees themselves in the meeting request and meeting **Tracking** list. The default is false.|
7878
|iCalUId|String|A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.|
7979
|id|String| Unique identifier for the event. [!INCLUDE [outlook-beta-id](../../includes/outlook-immutable-id.md)] Case-sensitive and read-only.|
8080
|importance|String|The importance of the event. The possible values are: `low`, `normal`, `high`.|
8181
|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.|
8282
|isCancelled|Boolean|Set to true if the event has been canceled.|
8383
|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.|
84-
|isOnlineMeeting|Boolean| `True` if this event has online meeting information (that is, **onlineMeeting** points to an [onlineMeetingInfo](onlinemeetinginfo.md) resource), `false` otherwise. Default is `false` (**onlineMeeting** is `null`). Optional. <br> After you set **isOnlineMeeting** to `true`, Microsoft Graph initializes **onlineMeeting**. Subsequently Outlook ignores any further changes to **isOnlineMeeting**, and the meeting remains available online. |
84+
|isOnlineMeeting|Boolean| `True` if this event has online meeting information (that is, **onlineMeeting** points to an [onlineMeetingInfo](onlinemeetinginfo.md) resource), `false` otherwise. Default is `false` (**onlineMeeting** is `null`). Optional. <br> After you set **isOnlineMeeting** to `true`, Microsoft Graph initializes **onlineMeeting**. Subsequently, Outlook ignores any further changes to **isOnlineMeeting**, and the meeting remains available online. |
8585
|isOrganizer|Boolean|Set to true if the calendar owner (specified by the **owner** property of the [calendar](calendar.md)) 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.|
8686
|isReminderOn|Boolean|Set to true if an alert is set to remind the user of the event.|
8787
|lastModifiedDateTime|DateTimeOffset|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`|
8888
|location|[Location](location.md)|The location of the event.|
89-
|locations|[Location](location.md) collection|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 would be removed and replaced by the new **location** value. |
90-
|onlineMeeting|[OnlineMeetingInfo](onlinemeetinginfo.md)| Details for an attendee to join the meeting online. Default is null. Read-only. <br>After you set the **isOnlineMeeting** and **onlineMeetingProvider** properties to enable a meeting online, Microsoft Graph initializes **onlineMeeting**. When set, the meeting remains available online, and you can't change the **isOnlineMeeting**, **onlineMeetingProvider**, and **onlneMeeting** properties again.|
91-
|onlineMeetingProvider|onlineMeetingProviderType| Represents the online meeting service provider. By default, **onlineMeetingProvider** is `unknown`. The possible values are `unknown`, `teamsForBusiness`, `skypeForBusiness`, and `skypeForConsumer`. Optional. <br> After you set **onlineMeetingProvider**, Microsoft Graph initializes **onlineMeeting**. Subsequently you can't change **onlineMeetingProvider** again, and the meeting remains available online. |
89+
|locations|[Location](location.md) collection|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. |
90+
|onlineMeeting|[OnlineMeetingInfo](onlinemeetinginfo.md)| Details for an attendee to join the meeting online. The default is null. Read-only. <br>After you set the **isOnlineMeeting** and **onlineMeetingProvider** properties to enable a meeting online, Microsoft Graph initializes **onlineMeeting**. When set, the meeting remains available online, and you can't change the **isOnlineMeeting**, **onlineMeetingProvider**, and **onlneMeeting** properties again.|
91+
|onlineMeetingProvider|onlineMeetingProviderType| Represents the online meeting service provider. By default, **onlineMeetingProvider** is `unknown`. The possible values are `unknown`, `teamsForBusiness`, `skypeForBusiness`, and `skypeForConsumer`. Optional. <br> After you set **onlineMeetingProvider**, Microsoft Graph initializes **onlineMeeting**. Subsequently, you can't change **onlineMeetingProvider** again, and the meeting remains available online. |
9292
|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.<br>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. |
9393
|organizer|[Recipient](recipient.md)|The organizer of the event.|
9494
|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.|
@@ -98,7 +98,7 @@ This resource supports:
9898
|reminderMinutesBeforeStart|Int32|The number of minutes before the event start time that the reminder alert occurs.|
9999
|responseRequested|Boolean|Default is true, which represents the organizer would like an invitee to send a response to the event.|
100100
|responseStatus|[ResponseStatus](responsestatus.md)|Indicates the type of response sent in response to an event message.|
101-
|sensitivity|String| Possible values are: `normal`, `personal`, `private`, `confidential`.|
101+
|sensitivity|String| Possible values are: `normal`, `personal`, `private`, and `confidential`.|
102102
|seriesMasterId|String|The ID for the recurring series master item, if this event is part of a recurring series.|
103103
|showAs|String|The status to show. Possible values are: `free`, `tentative`, `busy`, `oof`, `workingElsewhere`, `unknown`.|
104104
|start|[DateTimeTimeZone](datetimetimezone.md)|The start date, time, and time zone of the event. By default, the start time is in UTC.|

0 commit comments

Comments
 (0)