4
4
There is no official documentation.
5
5
6
6
## 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 `
9
9
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 `
11
20
12
21
## Parameters
13
22
@@ -37,7 +46,7 @@ format: datetime (`YYYY-MM-DDTHH:mm:SSZ`) or date (`YYYY-MM-DD`, for all-day eve
37
46
example: ` startdt=2020-12-31T19:30:00Z `
38
47
39
48
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.
41
50
To specify all-day events use the ` YYYY-MM-DD ` format.
42
51
43
52
### enddt
@@ -83,14 +92,14 @@ format: string
83
92
84
93
example: ` location=North Pole `
85
94
86
- description: set location of the event.
95
+ description: set the location of the event.
87
96
88
97
### online
89
98
required: no
90
99
91
100
format: boolean (any value means ` true ` )
92
101
93
- description: toggle "Skype meeting" button.
102
+ description: toggle the "Skype meeting" button.
94
103
95
104
example: ` online=1 `
96
105
@@ -99,14 +108,13 @@ required: no
99
108
100
109
format: string
101
110
102
- description: A comma-separated list of emails of requered attendees.
111
+ description: A comma-separated list of emails of required attendees.
103
112
104
-
113
+
105
114
106
115
### cc
107
116
format: string
108
117
109
118
description: A comma-separated list of emails of optional attendees.
110
119
111
-
112
-
120
+
0 commit comments