You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`allday=true` wins over the time part of `startdt` and `enddt`, so a full datetime range still collapses into an all-day event.
112
+
All-day events also default to "Free" availability.
78
113
79
114
### body
80
115
required: no
81
116
82
-
format: text
117
+
format: text or HTML
83
118
84
119
example: `body=With clowns and stuff`
85
120
86
-
description: description of your event
121
+
confidence: verified
122
+
123
+
description: description of your event.
124
+
HTML is accepted and rendered, so `body=%3Cb%3Ebold%3C%2Fb%3E` produces bold text and an `<a href="...">` produces a real link.
87
125
88
126
### location
89
127
required: no
@@ -92,69 +130,109 @@ format: string
92
130
93
131
example: `location=North Pole`
94
132
95
-
description: set the location of the event.
133
+
confidence: verified
134
+
135
+
description: set the location of the event. The value is added as a free-text location entry, it is not resolved against Bing Maps.
96
136
97
137
### online
98
138
required: no
99
139
100
-
format: boolean (any value means `true`)
101
-
102
-
description: toggle the "Skype meeting" button.
140
+
format: boolean (any truthy value, `1` and `true` both work)
103
141
104
142
example: `online=1`
105
143
144
+
confidence: verified
145
+
146
+
description: turns the online meeting toggle on. The toggle is labelled "Teams meeting" now, not "Skype meeting". Without this parameter the toggle stays off until an attendee is added.
147
+
106
148
### to
107
149
required: no
108
150
109
151
format: string
110
152
111
-
description: A comma-separated list of emails of required attendees.
0 commit comments