|
string | id [get, set] |
| Internal identifier of an event More...
|
|
string | creatorId [get, set] |
| Internal identifier of a person created an event More...
|
|
string | title [get, set] |
| Event title Required More...
|
|
string | startTime [get, set] |
| Datetime of starting an event Required Format: date-time More...
|
|
string | endTime [get, set] |
| Datetime of ending an event Required Format: date-time More...
|
|
bool? | allDay [get, set] |
| Indicates whether event has some specific time slot or lasts for whole day(s) More...
|
|
string | recurrence [get, set] |
| 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 Enum: None, Day, Weekday, Week, Month, Year More...
|
|
string | endingCondition [get, set] |
| Condition of ending an event Enum: None, Count, Date More...
|
|
long? | endingAfter [get, set] |
| Count of event iterations. For periodic events only. Value range is 1 - 10. Must be specified if endingCondition is Count Format: int32 More...
|
|
string | endingOn [get, set] |
| Iterations ending datetime for periodic events in ISO 8601 format Format: date-time More...
|
|
string | color [get, set] |
| Color of Event title (including its presentation in Calendar) Default: Black Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, Magenta More...
|
|
string | location [get, set] |
| Event location More...
|
|
string | description [get, set] |
| Event details More...
|
|
◆ allDay
bool? RingCentral.TMCreateEventRequest.allDay |
|
getset |
Indicates whether event has some specific time slot or lasts for whole day(s)
◆ color
string RingCentral.TMCreateEventRequest.color |
|
getset |
Color of Event title (including its presentation in Calendar) Default: Black Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, Magenta
◆ creatorId
string RingCentral.TMCreateEventRequest.creatorId |
|
getset |
Internal identifier of a person created an event
◆ description
string RingCentral.TMCreateEventRequest.description |
|
getset |
◆ endingAfter
long? RingCentral.TMCreateEventRequest.endingAfter |
|
getset |
Count of event iterations. For periodic events only. Value range is 1 - 10. Must be specified if endingCondition
is Count
Format: int32
◆ endingCondition
string RingCentral.TMCreateEventRequest.endingCondition |
|
getset |
Condition of ending an event Enum: None, Count, Date
◆ endingOn
string RingCentral.TMCreateEventRequest.endingOn |
|
getset |
Iterations ending datetime for periodic events in ISO 8601 format Format: date-time
◆ endTime
string RingCentral.TMCreateEventRequest.endTime |
|
getset |
Datetime of ending an event Required Format: date-time
◆ id
string RingCentral.TMCreateEventRequest.id |
|
getset |
Internal identifier of an event
◆ location
string RingCentral.TMCreateEventRequest.location |
|
getset |
◆ recurrence
string RingCentral.TMCreateEventRequest.recurrence |
|
getset |
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 Enum: None, Day, Weekday, Week, Month, Year
◆ startTime
string RingCentral.TMCreateEventRequest.startTime |
|
getset |
Datetime of starting an event Required Format: date-time
◆ title
string RingCentral.TMCreateEventRequest.title |
|
getset |
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/TMCreateEventRequest.cs