44There 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
3746example: ` startdt=2020-12-31T19:30:00Z `
3847
3948description: 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.
4150To specify all-day events use the ` YYYY-MM-DD ` format.
4251
4352### enddt
@@ -83,14 +92,14 @@ format: string
8392
8493example: ` location=North Pole `
8594
86- description: set location of the event.
95+ description: set the location of the event.
8796
8897### online
8998required: no
9099
91100format: boolean (any value means ` true ` )
92101
93- description: toggle "Skype meeting" button.
102+ description: toggle the "Skype meeting" button.
94103
95104example: ` online=1 `
96105
@@ -99,14 +108,13 @@ required: no
99108
100109format: 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
107116format: string
108117
109118description: A comma-separated list of emails of optional attendees.
110119
111- 112-
120+
0 commit comments