From 752136c29dec6f1e559dfc62f6acba08f207c280 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Mon, 10 Feb 2020 13:31:18 -0800 Subject: [PATCH] [office-js] [office-js-preview] (Outlook) Mac-Save meeting as draft (#42247) * [office-js] [office-js-preview] (Outlook) Mac-Can save a meeting as draft * [office-js] [office-js-preview] (Outlook) Preview Mac supports saveAsync --- types/office-js-preview/index.d.ts | 24 ++++++------------------ types/office-js/index.d.ts | 24 ++++++------------------ 2 files changed, 12 insertions(+), 36 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index ae469c62ad..f528f400d9 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -9789,8 +9789,9 @@ declare namespace Office { * * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. + * - In Outlook on Mac, only preview build 16.35.205.0 or later with an Office 365 subscription supports saving a meeting. + * Otherwise, the saveAsync method fails when called from a meeting in compose mode. + * For a workaround, see {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}. * * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. * @@ -9827,8 +9828,9 @@ declare namespace Office { * * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. + * - In Outlook on Mac, only preview build 16.35.205.0 or later with an Office 365 subscription supports saving a meeting. + * Otherwise, the saveAsync method fails when called from a meeting in compose mode. + * For a workaround, see {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}. * * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. * @@ -13978,13 +13980,6 @@ declare namespace Office { * when Outlook is in cached mode, it may take some time before the item is actually synced to the server. * Until the item is synced, using the itemId will return an error. * - * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: - * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. - * - * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. - * * [Api set: Mailbox 1.3] * * @remarks @@ -14018,13 +14013,6 @@ declare namespace Office { * when Outlook is in cached mode, it may take some time before the item is actually synced to the server. * Until the item is synced, using the itemId will return an error. * - * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: - * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. - * - * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. - * * [Api set: Mailbox 1.3] * * @remarks diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 389516d74d..b485feaa86 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -9648,8 +9648,9 @@ declare namespace Office { * * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. + * - In Outlook on Mac, only preview build 16.35.205.0 or later with an Office 365 subscription supports saving a meeting. + * Otherwise, the saveAsync method fails when called from a meeting in compose mode. + * For a workaround, see {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}. * * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. * @@ -9686,8 +9687,9 @@ declare namespace Office { * * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. + * - In Outlook on Mac, only preview build 16.35.205.0 or later with an Office 365 subscription supports saving a meeting. + * Otherwise, the saveAsync method fails when called from a meeting in compose mode. + * For a workaround, see {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API}. * * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. * @@ -13739,13 +13741,6 @@ declare namespace Office { * when Outlook is in cached mode, it may take some time before the item is actually synced to the server. * Until the item is synced, using the itemId will return an error. * - * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: - * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. - * - * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. - * * [Api set: Mailbox 1.3] * * @remarks @@ -13779,13 +13774,6 @@ declare namespace Office { * when Outlook is in cached mode, it may take some time before the item is actually synced to the server. * Until the item is synced, using the itemId will return an error. * - * **Note**: The following clients have different behavior for saveAsync on appointments in compose mode: - * - * - Outlook on Mac does not support saving a meeting. The saveAsync method fails when called from a meeting in compose mode. - * See {@link https://support.microsoft.com/help/4505745 | Cannot save a meeting as a draft in Outlook for Mac by using Office JS API} for a workaround. - * - * - Outlook on the web always sends an invitation or update when saveAsync is called on an appointment in compose mode. - * * [Api set: Mailbox 1.3] * * @remarks