Class TMCreateEventRequest

java.lang.Object
com.ringcentral.definitions.TMCreateEventRequest

public class TMCreateEventRequest extends Object
  • Field Details

    • id

      public String id
      Internal identifier of an event
    • creatorId

      public String creatorId
      Internal identifier of a person created an event
    • title

      public String title
      Event title Required
    • startTime

      public String startTime
      Datetime of starting an event Required Format: date-time
    • endTime

      public String endTime
      Datetime of ending an event Required Format: date-time
    • allDay

      public Boolean allDay
      Indicates whether event has some specific time slot or lasts for whole day(s)
    • recurrence

      public String 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

      public String endingCondition
      Condition of ending
    • endingAfter

      public Long endingAfter
      Count of iterations. For periodic events only. Value range is 1 - 10. Must be specified if `endingCondition` is `Count` Format: int32
    • endingOn

      public String endingOn
      Iterations end datetime for periodic events. Default: None Enum: None, Count, Date
    • color

      public String color
      Color of Event title (including its presentation in Calendar) Default: Black Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, Magenta
    • location

      public String location
      Event location
    • description

      public String description
      Event details
  • Constructor Details

    • TMCreateEventRequest

      public TMCreateEventRequest()
  • Method Details