Skip to content

Commit 107fb54

Browse files
[Outlook] (legacy tokens) Shorten section name (#1011)
1 parent 505a864 commit 107fb54

File tree

12 files changed

+50
-50
lines changed

12 files changed

+50
-50
lines changed

playlists-prod/outlook.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@
473473
Retrieves the Exchange Web Services (EWS) endpoint URL and item IDs and
474474
converts item IDs for different protocols.
475475
rawUrl: >-
476-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
477-
group: Tokens And Service Calls For Exchange On-Premises Environments
476+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
477+
group: Tokens For Exchange On-Premises
478478
api_set:
479479
Mailbox: '1.5'
480480
- id: outlook-tokens-and-service-calls-user-identity-token
@@ -484,8 +484,8 @@
484484
Gets a user identity token for authentication flows in an Exchange
485485
on-premises environment.
486486
rawUrl: >-
487-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-identity-token.yaml
488-
group: Tokens And Service Calls For Exchange On-Premises Environments
487+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-identity-token.yaml
488+
group: Tokens For Exchange On-Premises
489489
api_set:
490490
Mailbox: '1.1'
491491
- id: outlook-tokens-and-service-calls-user-callback-token
@@ -495,8 +495,8 @@
495495
Gets a callback token to call Outlook services from an add-in's backend
496496
service in an Exchange on-premises environment.
497497
rawUrl: >-
498-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-callback-token.yaml
499-
group: Tokens And Service Calls For Exchange On-Premises Environments
498+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-callback-token.yaml
499+
group: Tokens For Exchange On-Premises
500500
api_set:
501501
Mailbox: '1.1'
502502
- id: outlook-tokens-and-service-calls-make-ews-request-async
@@ -508,8 +508,8 @@
508508
Uses EWS in an Exchange on-premises environment to get a message without any
509509
backend code.
510510
rawUrl: >-
511-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/make-ews-request-async.yaml
512-
group: Tokens And Service Calls For Exchange On-Premises Environments
511+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/make-ews-request-async.yaml
512+
group: Tokens For Exchange On-Premises
513513
api_set:
514514
Mailbox: '1.1'
515515
- id: outlook-tokens-and-service-calls-send-message-using-make-ews-request-async
@@ -521,8 +521,8 @@
521521
Uses EWS in an Exchange on-premises environment to send a message without
522522
any backend code.
523523
rawUrl: >-
524-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/send-message-using-make-ews-request-async.yaml
525-
group: Tokens And Service Calls For Exchange On-Premises Environments
524+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/send-message-using-make-ews-request-async.yaml
525+
group: Tokens For Exchange On-Premises
526526
api_set:
527527
Mailbox: '1.1'
528528
- id: outlook-tokens-and-service-calls-get-icaluid-as-organizer
@@ -532,8 +532,8 @@
532532
Uses Exchange Web Services (EWS) in an Exchange on-premises environment to
533533
get an appointment's iCalUId value where the user is the organizer.
534534
rawUrl: >-
535-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-organizer.yaml
536-
group: Tokens And Service Calls For Exchange On-Premises Environments
535+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-organizer.yaml
536+
group: Tokens For Exchange On-Premises
537537
api_set:
538538
Mailbox: '1.3'
539539
- id: outlook-tokens-and-service-calls-get-icaluid-as-attendee
@@ -543,8 +543,8 @@
543543
Uses Exchange Web Services (EWS) in an Exchange on-premises environment to
544544
get an appointment's iCalUId value where the user is an attendee.
545545
rawUrl: >-
546-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-attendee.yaml
547-
group: Tokens And Service Calls For Exchange On-Premises Environments
546+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-attendee.yaml
547+
group: Tokens For Exchange On-Premises
548548
api_set:
549549
Mailbox: '1.1'
550550
- id: outlook-other-item-apis-get-subject-read

playlists/outlook.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@
473473
Retrieves the Exchange Web Services (EWS) endpoint URL and item IDs and
474474
converts item IDs for different protocols.
475475
rawUrl: >-
476-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
477-
group: Tokens And Service Calls For Exchange On-Premises Environments
476+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
477+
group: Tokens For Exchange On-Premises
478478
api_set:
479479
Mailbox: '1.5'
480480
- id: outlook-tokens-and-service-calls-user-identity-token
@@ -484,8 +484,8 @@
484484
Gets a user identity token for authentication flows in an Exchange
485485
on-premises environment.
486486
rawUrl: >-
487-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-identity-token.yaml
488-
group: Tokens And Service Calls For Exchange On-Premises Environments
487+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/user-identity-token.yaml
488+
group: Tokens For Exchange On-Premises
489489
api_set:
490490
Mailbox: '1.1'
491491
- id: outlook-tokens-and-service-calls-user-callback-token
@@ -495,8 +495,8 @@
495495
Gets a callback token to call Outlook services from an add-in's backend
496496
service in an Exchange on-premises environment.
497497
rawUrl: >-
498-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-callback-token.yaml
499-
group: Tokens And Service Calls For Exchange On-Premises Environments
498+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/user-callback-token.yaml
499+
group: Tokens For Exchange On-Premises
500500
api_set:
501501
Mailbox: '1.1'
502502
- id: outlook-tokens-and-service-calls-make-ews-request-async
@@ -508,8 +508,8 @@
508508
Uses EWS in an Exchange on-premises environment to get a message without any
509509
backend code.
510510
rawUrl: >-
511-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/make-ews-request-async.yaml
512-
group: Tokens And Service Calls For Exchange On-Premises Environments
511+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/make-ews-request-async.yaml
512+
group: Tokens For Exchange On-Premises
513513
api_set:
514514
Mailbox: '1.1'
515515
- id: outlook-tokens-and-service-calls-send-message-using-make-ews-request-async
@@ -521,8 +521,8 @@
521521
Uses EWS in an Exchange on-premises environment to send a message without
522522
any backend code.
523523
rawUrl: >-
524-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/send-message-using-make-ews-request-async.yaml
525-
group: Tokens And Service Calls For Exchange On-Premises Environments
524+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/send-message-using-make-ews-request-async.yaml
525+
group: Tokens For Exchange On-Premises
526526
api_set:
527527
Mailbox: '1.1'
528528
- id: outlook-tokens-and-service-calls-get-icaluid-as-organizer
@@ -532,8 +532,8 @@
532532
Uses Exchange Web Services (EWS) in an Exchange on-premises environment to
533533
get an appointment's iCalUId value where the user is the organizer.
534534
rawUrl: >-
535-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-organizer.yaml
536-
group: Tokens And Service Calls For Exchange On-Premises Environments
535+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-organizer.yaml
536+
group: Tokens For Exchange On-Premises
537537
api_set:
538538
Mailbox: '1.3'
539539
- id: outlook-tokens-and-service-calls-get-icaluid-as-attendee
@@ -543,8 +543,8 @@
543543
Uses Exchange Web Services (EWS) in an Exchange on-premises environment to
544544
get an appointment's iCalUId value where the user is an attendee.
545545
rawUrl: >-
546-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-attendee.yaml
547-
group: Tokens And Service Calls For Exchange On-Premises Environments
546+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-attendee.yaml
547+
group: Tokens For Exchange On-Premises
548548
api_set:
549549
Mailbox: '1.1'
550550
- id: outlook-other-item-apis-get-subject-read

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-attendee.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-attendee.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-organizer.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-organizer.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/make-ews-request-async.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/make-ews-request-async.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/send-message-using-make-ews-request-async.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/send-message-using-make-ews-request-async.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-callback-token.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/user-callback-token.yaml

File renamed without changes.

samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-identity-token.yaml renamed to samples/outlook/85-tokens-for-exchange-on-premises/user-identity-token.yaml

File renamed without changes.

snippet-extractor-output/snippets.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11844,7 +11844,7 @@ Office.Location#setAsync:member(1):
1184411844
Office.Mailbox#convertToEwsId:member(1):
1184511845
- >-
1184611846
// Link to full sample:
11847-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
11847+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
1184811848

1184911849

1185011850
// Get the EWS URL and EWS item ID.
@@ -11873,7 +11873,7 @@ Office.Mailbox#convertToEwsId:member(1):
1187311873
Office.Mailbox#convertToRestId:member(1):
1187411874
- >-
1187511875
// Link to full sample:
11876-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
11876+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
1187711877

1187811878

1187911879
// Get the EWS URL and EWS item ID.
@@ -12095,7 +12095,7 @@ Office.Mailbox#displayNewMessageFormAsync:member(1):
1209512095
Office.Mailbox#ewsUrl:member:
1209612096
- >-
1209712097
// Link to full sample:
12098-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
12098+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
1209912099

1210012100

1210112101
// Get the EWS URL and EWS item ID.
@@ -12124,7 +12124,7 @@ Office.Mailbox#ewsUrl:member:
1212412124
Office.Mailbox#getCallbackTokenAsync:member(2):
1212512125
- >-
1212612126
// Link to full sample:
12127-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-callback-token.yaml
12127+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-callback-token.yaml
1212812128

1212912129

1213012130
Office.context.mailbox.getCallbackTokenAsync((result) => {
@@ -12162,7 +12162,7 @@ Office.Mailbox#getSelectedItemsAsync:member(2):
1216212162
Office.Mailbox#getUserIdentityTokenAsync:member(1):
1216312163
- >-
1216412164
// Link to full sample:
12165-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-identity-token.yaml
12165+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-identity-token.yaml
1216612166

1216712167

1216812168
Office.context.mailbox.getUserIdentityTokenAsync((result) => {
@@ -12207,7 +12207,7 @@ Office.Mailbox#loadItemByIdAsync:member(1):
1220712207
Office.Mailbox#makeEwsRequestAsync:member(1):
1220812208
- >-
1220912209
// Link to full sample:
12210-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-attendee.yaml
12210+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-attendee.yaml
1221112211

1221212212

1221312213
const ewsId = Office.context.mailbox.item.itemId;
@@ -12240,7 +12240,7 @@ Office.Mailbox#makeEwsRequestAsync:member(1):
1224012240
});
1224112241
- >-
1224212242
// Link to full sample:
12243-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/send-message-using-make-ews-request-async.yaml
12243+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/send-message-using-make-ews-request-async.yaml
1224412244

1224512245

1224612246
const request = '<soap:Envelope
@@ -12892,7 +12892,7 @@ Office.MailboxEnums.ResponseType:enum:
1289212892
Office.MailboxEnums.RestVersion:enum:
1289312893
- >-
1289412894
// Link to full sample:
12895-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml
12895+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml
1289612896

1289712897

1289812898
// Get the EWS URL and EWS item ID.

0 commit comments

Comments
 (0)