EventRecurrenceInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
schedule | EventRecurrenceInfoSchedule | ❌ | Event recurrence settings. For non-periodic events the value is None . Must be greater or equal to event duration: 1- Day/Weekday; 7 - Week; 28 - Month; 365 - Year |
ending_condition | EventRecurrenceInfoEndingCondition | ❌ | Condition of ending an event |
ending_after | int | ❌ | Count of event iterations. For periodic events only. Value range is 1 - 10. Must be specified if endingCondition is Count |
ending_on | str | ❌ | Iterations ending datetime for periodic events in ISO 8601 format |
EventRecurrenceInfoSchedule
Event recurrence settings. For non-periodic events the value is None
. Must be greater or equal to event duration: 1- Day/Weekday; 7 - Week; 28 - Month; 365 - Year
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
DAY | str | ✅ | "Day" |
WEEKDAY | str | ✅ | "Weekday" |
WEEK | str | ✅ | "Week" |
MONTH | str | ✅ | "Month" |
YEAR | str | ✅ | "Year" |
EventRecurrenceInfoEndingCondition
Condition of ending an event
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
COUNT | str | ✅ | "Count" |
DATE | str | ✅ | "Date" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs