Package com.ringcentral.definitions
Class TMEventInfo
java.lang.Object
com.ringcentral.definitions.TMEventInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether an event has some specific time slot or lasts for the whole day(s)Color of Event title (including its presentation in Calendar) Default: Black Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, MagentaInternal identifier of a person created an eventEvent detailsCount of iterations.Condition of endingIterations end datetime for periodic events Default: None Enum: None, Count, DateDatetime of ending an event Format: date-timeInternal identifier of an eventEvent locationEvent recurrence settings Enum: None, Day, Weekday, Week, Month, YearDatetime of starting an event Format: date-timeEvent title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) endingAfter
(Long endingAfter) endingCondition
(String endingCondition) recurrence
(String recurrence)
-
Field Details
-
id
Internal identifier of an event -
creatorId
Internal identifier of a person created an event -
title
Event title -
startTime
Datetime of starting an event Format: date-time -
endTime
Datetime of ending an event Format: date-time -
allDay
Indicates whether an event has some specific time slot or lasts for the whole day(s) -
recurrence
Event recurrence settings Enum: None, Day, Weekday, Week, Month, Year -
endingCondition
Condition of ending -
endingAfter
Count of iterations. For periodic events only Format: int32 -
endingOn
Iterations end datetime for periodic events Default: None Enum: None, Count, Date -
color
Color of Event title (including its presentation in Calendar) Default: Black Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, Magenta -
location
Event location -
description
Event details
-
-
Constructor Details
-
TMEventInfo
public TMEventInfo()
-
-
Method Details
-
id
-
creatorId
-
title
-
startTime
-
endTime
-
allDay
-
recurrence
-
endingCondition
-
endingAfter
-
endingOn
-
color
-
location
-
description
-