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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ Specifies the text to add for each calendar event. The following placeholders ar
113
113
-`{description}` - the description of the event
114
114
-`{link}` - the link for the event
115
115
-`{hangout}` - the hangout link for the event
116
-
-`{confLink}` - a conference link for the event (labeled 'Meet'or 'Zoom' as appropriate)
116
+
-`{confLink}` - a conference link for the event (labeled 'Meet', 'Zoom', or 'Teams' as appropriate)
117
117
-`{location}` - the location for the event
118
118
-`{start}` - the start time of the event. Add a colon and format to customize the start time format. For example, `{start:hh:mm}` will resolve to `12:00`. See the [date-fns library](https://date-fns.org/v2.22.1/docs/format) for more details on time formats.
119
119
-`{end}` - the end time of the event. Add a colon and format to customize the end time format. For example, `{end:hh:mmaaaaa}` will resolve to `12:00p`. See the [date-fns library](https://date-fns.org/v2.22.1/docs/format) for more details on time formats.
0 commit comments