Skip to content

Commit

Permalink
Merge pull request #2065 from OfficeDev/main
Browse files Browse the repository at this point in the history
[Admin] Publish
  • Loading branch information
ElizabethSamuel-MSFT authored Sep 17, 2024
2 parents f224e40 + 6a1aae9 commit 39ae968
Show file tree
Hide file tree
Showing 41 changed files with 219 additions and 145 deletions.
56 changes: 56 additions & 0 deletions .github/workflows/autogen-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: autogen-docs
run-name: Automatically run GenerateDocs
on:
schedule:
- cron: '45 10 * * TUE'
- cron: '45 10 * * THU'
jobs:
autogen-docs:
runs-on: windows-latest
permissions:
contents: write
defaults:
run:
shell: bash
working-directory: ./generate-docs
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Make the script file executable
run: |
echo "Making script file executable"
chmod +x ./GenerateDocs.sh
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Run GenerateDocs script
run: |
echo "Generating docs"
./GenerateDocs.sh -b DT+
- name: Undo chmod
run: |
echo "Undoing script file chmod"
chmod -x ./GenerateDocs.sh
- name: Add any changes
run: |
echo "Determining if there are any changes"
git config user.name github-actions
git config user.email [email protected]
git checkout -b autogen-docs
git add ../.
- name: Run git status
run: |
{
echo 'git_status<<EOF'
git status
echo EOF
} >> "$GITHUB_OUTPUT"
id: run_git_status
- name: Commit and push changes if any
if: ${{ !contains(steps.run_git_status.outputs.git_status, 'nothing to commit, working tree clean') }}
run: |
echo "Committing and pushing changes to autogen-docs branch"
git commit -m "Automatically generated docs"
git push --set-upstream origin autogen-docs
Original file line number Diff line number Diff line change
Expand Up @@ -3490,9 +3490,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3587,9 +3587,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3263,9 +3263,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3360,9 +3360,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3309,9 +3309,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3406,9 +3406,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3309,9 +3309,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3406,9 +3406,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3371,9 +3371,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3468,9 +3468,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3437,9 +3437,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -3534,9 +3534,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
summary: |-
Gets the account type of the user associated with the mailbox.
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
remarks: >-
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -1624,9 +1624,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -1624,9 +1624,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down Expand Up @@ -1624,9 +1624,9 @@ methods:
to the server. Until the item is synced, using the item ID will return an error.
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
Outlook for Mac by using Office JS
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
in Outlook for Mac by using Office JS
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
-->.
Expand Down
Loading

0 comments on commit 39ae968

Please sign in to comment.