Class TMEventInfo

java.lang.Object
com.ringcentral.definitions.TMEventInfo

public class TMEventInfo 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
    • startTime

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

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

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

      public String recurrence
      Event recurrence settings 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 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

    • TMEventInfo

      public TMEventInfo()
  • Method Details