Record
meeting-create-body-recurrence
No description available.
record meeting-create-body-recurrence {
end-date-time: option<string>,
end-times: option<s32>,
monthly-day: option<s32>,
monthly-week: option<s32>,
monthly-week-day: option<s32>,
repeat-interval: option<s32>,
type-op: s32,
weekly-days: option<meeting-response-recurrence-weekly-days-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| end-date-time | option<string> | |
| end-times | option<s32> | |
| monthly-day | option<s32> | |
| monthly-week | option<s32> | |
| monthly-week-day | option<s32> | |
| repeat-interval | option<s32> | |
| type-op | s32 | |
| weekly-days | option<meeting-response-recurrence-weekly-days-enum> |