Skip to content

Commit 39ae968

Browse files
Merge pull request #2065 from OfficeDev/main
[Admin] Publish
2 parents f224e40 + 6a1aae9 commit 39ae968

File tree

41 files changed

+219
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+219
-145
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: autogen-docs
2+
run-name: Automatically run GenerateDocs
3+
on:
4+
schedule:
5+
- cron: '45 10 * * TUE'
6+
- cron: '45 10 * * THU'
7+
jobs:
8+
autogen-docs:
9+
runs-on: windows-latest
10+
permissions:
11+
contents: write
12+
defaults:
13+
run:
14+
shell: bash
15+
working-directory: ./generate-docs
16+
steps:
17+
- name: Check out repository
18+
uses: actions/checkout@v4
19+
- name: Make the script file executable
20+
run: |
21+
echo "Making script file executable"
22+
chmod +x ./GenerateDocs.sh
23+
- name: Set up node
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: '18'
27+
- name: Run GenerateDocs script
28+
run: |
29+
echo "Generating docs"
30+
./GenerateDocs.sh -b DT+
31+
- name: Undo chmod
32+
run: |
33+
echo "Undoing script file chmod"
34+
chmod -x ./GenerateDocs.sh
35+
- name: Add any changes
36+
run: |
37+
echo "Determining if there are any changes"
38+
git config user.name github-actions
39+
git config user.email [email protected]
40+
git checkout -b autogen-docs
41+
git add ../.
42+
- name: Run git status
43+
run: |
44+
{
45+
echo 'git_status<<EOF'
46+
git status
47+
echo EOF
48+
} >> "$GITHUB_OUTPUT"
49+
id: run_git_status
50+
- name: Commit and push changes if any
51+
if: ${{ !contains(steps.run_git_status.outputs.git_status, 'nothing to commit, working tree clean') }}
52+
run: |
53+
echo "Committing and pushing changes to autogen-docs branch"
54+
git commit -m "Automatically generated docs"
55+
git push --set-upstream origin autogen-docs
56+

docs/docs-ref-autogen/outlook/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,9 +3490,9 @@ methods:
34903490
to the server. Until the item is synced, using the item ID will return an error.
34913491
34923492
3493-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3494-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3495-
Outlook for Mac by using Office JS
3493+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3494+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3495+
in Outlook for Mac by using Office JS
34963496
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
34973497
-->.
34983498
@@ -3587,9 +3587,9 @@ methods:
35873587
to the server. Until the item is synced, using the item ID will return an error.
35883588
35893589
3590-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3591-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3592-
Outlook for Mac by using Office JS
3590+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3591+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3592+
in Outlook for Mac by using Office JS
35933593
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
35943594
-->.
35953595

docs/docs-ref-autogen/outlook/outlook/office.userprofile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
summary: |-
2727
Gets the account type of the user associated with the mailbox.
2828
29-
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
29+
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
3030
remarks: >-
3131
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
3232

docs/docs-ref-autogen/outlook_1_10/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3263,9 +3263,9 @@ methods:
32633263
to the server. Until the item is synced, using the item ID will return an error.
32643264
32653265
3266-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3267-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3268-
Outlook for Mac by using Office JS
3266+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3267+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3268+
in Outlook for Mac by using Office JS
32693269
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
32703270
-->.
32713271
@@ -3360,9 +3360,9 @@ methods:
33603360
to the server. Until the item is synced, using the item ID will return an error.
33613361
33623362
3363-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3364-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3365-
Outlook for Mac by using Office JS
3363+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3364+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3365+
in Outlook for Mac by using Office JS
33663366
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
33673367
-->.
33683368

docs/docs-ref-autogen/outlook_1_10/outlook/office.userprofile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
summary: |-
2727
Gets the account type of the user associated with the mailbox.
2828
29-
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
29+
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
3030
remarks: >-
3131
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
3232

docs/docs-ref-autogen/outlook_1_11/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,9 +3309,9 @@ methods:
33093309
to the server. Until the item is synced, using the item ID will return an error.
33103310
33113311
3312-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3313-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3314-
Outlook for Mac by using Office JS
3312+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3313+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3314+
in Outlook for Mac by using Office JS
33153315
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
33163316
-->.
33173317
@@ -3406,9 +3406,9 @@ methods:
34063406
to the server. Until the item is synced, using the item ID will return an error.
34073407
34083408
3409-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3410-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3411-
Outlook for Mac by using Office JS
3409+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3410+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3411+
in Outlook for Mac by using Office JS
34123412
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
34133413
-->.
34143414

docs/docs-ref-autogen/outlook_1_11/outlook/office.userprofile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
summary: |-
2727
Gets the account type of the user associated with the mailbox.
2828
29-
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
29+
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
3030
remarks: >-
3131
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
3232

docs/docs-ref-autogen/outlook_1_12/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,9 +3309,9 @@ methods:
33093309
to the server. Until the item is synced, using the item ID will return an error.
33103310
33113311
3312-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3313-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3314-
Outlook for Mac by using Office JS
3312+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3313+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3314+
in Outlook for Mac by using Office JS
33153315
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
33163316
-->.
33173317
@@ -3406,9 +3406,9 @@ methods:
34063406
to the server. Until the item is synced, using the item ID will return an error.
34073407
34083408
3409-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3410-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3411-
Outlook for Mac by using Office JS
3409+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3410+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3411+
in Outlook for Mac by using Office JS
34123412
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
34133413
-->.
34143414

docs/docs-ref-autogen/outlook_1_12/outlook/office.userprofile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
summary: |-
2727
Gets the account type of the user associated with the mailbox.
2828
29-
**Note**: This member is currently only supported in Outlook on Mac, Build 16.9.1212 and greater.
29+
**Note**: This member is currently only supported in Outlook on Mac starting in Version 16.9 (17121200).
3030
remarks: >-
3131
\[ [API set: Mailbox 1.6](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]
3232

docs/docs-ref-autogen/outlook_1_13/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3371,9 +3371,9 @@ methods:
33713371
to the server. Until the item is synced, using the item ID will return an error.
33723372
33733373
3374-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3375-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3376-
Outlook for Mac by using Office JS
3374+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3375+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3376+
in Outlook for Mac by using Office JS
33773377
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
33783378
-->.
33793379
@@ -3468,9 +3468,9 @@ methods:
34683468
to the server. Until the item is synced, using the item ID will return an error.
34693469
34703470
3471-
- In Outlook on Mac, only Build 16.35.308 or later supports saving a meeting. Otherwise, the `saveAsync` method
3472-
fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft in
3473-
Outlook for Mac by using Office JS
3471+
- In Outlook on Mac, only Version 16.35 (20030802) and later supports saving a meeting. Otherwise, the `saveAsync`
3472+
method fails when called from a meeting in compose mode. For a workaround, see [Cannot save a meeting as a draft
3473+
in Outlook for Mac by using Office JS
34743474
API](https://learn.microsoft.com/outlook/troubleshoot/calendars/cannot-save-meeting-as-draft-in-outlook-for-mac)<!--
34753475
-->.
34763476

0 commit comments

Comments
 (0)