RingCentral .Net SDK
Properties | List of all members
RingCentral.TMEventInfo Class Reference

Properties

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 More...
 
string startTime [get, set]
 Datetime of starting an event Format: date-time More...
 
string endTime [get, set]
 Datetime of ending an event Format: date-time More...
 
bool? allDay [get, set]
 Indicates whether an event has some specific time slot or lasts for the whole day(s) More...
 
string recurrence [get, set]
 Event recurrence settings 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...
 

Property Documentation

◆ allDay

bool? RingCentral.TMEventInfo.allDay
getset

Indicates whether an event has some specific time slot or lasts for the whole day(s)

◆ color

string RingCentral.TMEventInfo.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.TMEventInfo.creatorId
getset

Internal identifier of a person created an event

◆ description

string RingCentral.TMEventInfo.description
getset

Event details

◆ endingAfter

long? RingCentral.TMEventInfo.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.TMEventInfo.endingCondition
getset

Condition of ending an event Enum: None, Count, Date

◆ endingOn

string RingCentral.TMEventInfo.endingOn
getset

Iterations ending datetime for periodic events in ISO 8601 format Format: date-time

◆ endTime

string RingCentral.TMEventInfo.endTime
getset

Datetime of ending an event Format: date-time

◆ id

string RingCentral.TMEventInfo.id
getset

Internal identifier of an event

◆ location

string RingCentral.TMEventInfo.location
getset

Event location

◆ recurrence

string RingCentral.TMEventInfo.recurrence
getset

Event recurrence settings Enum: None, Day, Weekday, Week, Month, Year

◆ startTime

string RingCentral.TMEventInfo.startTime
getset

Datetime of starting an event Format: date-time

◆ title

string RingCentral.TMEventInfo.title
getset

Event title


The documentation for this class was generated from the following file: