Class EventInfo

java.lang.Object
org.daypilot.ui.args.common.EventInfo

public class EventInfo extends Object
  • Method Details

    • fromJSON

      public static EventInfo fromJSON(JSONObject event)
    • toJSON

      public JSONObject toJSON()
    • create

      public static EventInfo create(String id)
    • getId

      public String getId()
    • getText

      public String getText()
    • getStart

      public DateTime getStart()
    • getEnd

      public DateTime getEnd()
    • getResource

      public String getResource()
    • getTags

      public TagCollection getTags()
    • isAllDay

      public boolean isAllDay()
    • getRecurrentMasterId

      public String getRecurrentMasterId()
    • listFromJson

      public static List<EventInfo> listFromJson(JSONArray array)
    • isRecurrent

      public boolean isRecurrent()
    • isRecurrentException

      public boolean isRecurrentException()