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 EventRecurrenceInfo recurrence
    • 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