Package com.ringcentral.definitions
Class TMCreateEventRequest
java.lang.Object
com.ringcentral.definitions.TMCreateEventRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether event has some specific time slot or lasts for 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.Datetime of ending an event Required Format: date-timeInternal identifier of an eventEvent locationEvent recurrence settings.Datetime of starting an event Required Format: date-timeEvent title Required -
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 Required -
startTime
Datetime of starting an event Required Format: date-time -
endTime
Datetime of ending an event Required Format: date-time -
allDay
Indicates whether event has some specific time slot or lasts for whole day(s) -
recurrence
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 -
endingCondition
Condition of ending -
endingAfter
Count of iterations. For periodic events only. Value range is 1 - 10. Must be specified if `endingCondition` is `Count` 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
-
TMCreateEventRequest
public TMCreateEventRequest()
-
-
Method Details
-
id
-
creatorId
-
title
-
startTime
-
endTime
-
allDay
-
recurrence
-
endingCondition
-
endingAfter
-
endingOn
-
color
-
location
-
description
-