Skip to content

Commit 6f8df97

Browse files
authored
Merge pull request #51 from ahandsel/main
Fix - Remove /0 segment and clarify the example URL
2 parents 2d1a96b + 1126349 commit 6f8df97

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

services/outlook-web.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@
44
There is no official documentation.
55

66
## Basic URL
7-
`https://outlook.live.com/calendar/0/deeplink/compose`
8-
`https://outlook.office.com/calendar/0/deeplink/compose` (for Office 365)
7+
Outlook Live:
8+
`https://outlook.live.com/calendar/deeplink/compose`
99

10-
[Add a test event](https://outlook.live.com/calendar/0/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2020-12-31T19:30:00Z&enddt=2020-12-31T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole)
10+
Office 365:
11+
`https://outlook.office.com/calendar/deeplink/compose`
12+
13+
### Example
14+
15+
Outlook Live:
16+
`https://outlook.live.com/calendar/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2023-08-09T19:30:00Z&enddt=2023-08-09T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole`
17+
18+
Office 365:
19+
`https://outlook.office.com/calendar/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2023-08-09T19:30:00Z&enddt=2023-08-09T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole`
1120

1221
## Parameters
1322

@@ -37,7 +46,7 @@ format: datetime (`YYYY-MM-DDTHH:mm:SSZ`) or date (`YYYY-MM-DD`, for all-day eve
3746
example: `startdt=2020-12-31T19:30:00Z`
3847

3948
description: The start date for the event.
40-
You can omit trailing `Z`, in this case script assumes that time specified in current user's timezone.
49+
You can omit trailing `Z`, in this case script assumes that time specified in current user's timezone.
4150
To specify all-day events use the `YYYY-MM-DD` format.
4251

4352
### enddt
@@ -83,14 +92,14 @@ format: string
8392

8493
example: `location=North Pole`
8594

86-
description: set location of the event.
95+
description: set the location of the event.
8796

8897
### online
8998
required: no
9099

91100
format: boolean (any value means `true`)
92101

93-
description: toggle "Skype meeting" button.
102+
description: toggle the "Skype meeting" button.
94103

95104
example: `online=1`
96105

@@ -99,14 +108,13 @@ required: no
99108

100109
format: string
101110

102-
description: A comma-separated list of emails of requered attendees.
111+
description: A comma-separated list of emails of required attendees.
103112

104-
113+
105114

106115
### cc
107116
format: string
108117

109118
description: A comma-separated list of emails of optional attendees.
110119

111-
112-
120+

0 commit comments

Comments
 (0)