@@ -30,30 +30,31 @@ of which must have a start time, end time, and description.
30
30
==== {api-path-parms-title}
31
31
32
32
`<calendar_id>`::
33
- (Required, string) Identifier for the calendar.
33
+ (Required, string)
34
+ include::{docdir}/ml/ml-shared.asciidoc[tag=calendar-id]
34
35
35
36
[[ml-post-calendar-event-request-body]]
36
37
==== {api-request-body-title}
37
38
38
39
`events`::
39
- (Required, array) A list of one of more scheduled events. The event's start
40
- and end times may be specified as integer milliseconds since the epoch or as a
41
- string in ISO 8601 format. An event resource has the following properties:
40
+ (Required, array) A list of one of more scheduled events. The event's start and
41
+ end times may be specified as integer milliseconds since the epoch or as a
42
+ string in ISO 8601 format. An event resource has the following properties:
42
43
43
44
`events`.`calendar_id`:::
44
- (Optional, string) An identifier for the calendar that contains the scheduled
45
- event.
45
+ (Optional, string)
46
+ include::{docdir}/ml/ml-shared.asciidoc[tag=calendar-id]
46
47
47
48
`events`.`description`:::
48
- (Optional, string) A description of the scheduled event.
49
+ (Optional, string) A description of the scheduled event.
49
50
50
51
`events`.`end_time`:::
51
- (Required, date) The timestamp for the end of the scheduled event
52
- in milliseconds since the epoch or ISO 8601 format.
52
+ (Required, date) The timestamp for the end of the scheduled event in
53
+ milliseconds since the epoch or ISO 8601 format.
53
54
54
55
`events`.`start_time`:::
55
- (Required, date) The timestamp for the beginning of the scheduled event
56
- in milliseconds since the epoch or ISO 8601 format.
56
+ (Required, date) The timestamp for the beginning of the scheduled event in
57
+ milliseconds since the epoch or ISO 8601 format.
57
58
58
59
[[ml-post-calendar-event-example]]
59
60
==== {api-examples-title}
0 commit comments