Class CalendarEvent
java.lang.Object
com.codename1.calendar.CalendarEvent
A portable calendar event. Mutable setters make it convenient to create an
event, while sources return detached instances so callers may safely edit.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getId()getStart()getTitle()getUrl()putProviderData(String k, String v) setVersion(String v)
-
Constructor Details
-
CalendarEvent
public CalendarEvent()
-
-
Method Details
-
getId
-
setId
-
getCalendarId
-
setCalendarId
-
getSourceId
-
setSourceId
-
getVersion
-
setVersion
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getLocation
-
setLocation
-
getUrl
-
setUrl
-
getRecurringEventId
-
setRecurringEventId
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getRecurrence
-
setRecurrence
-
getStatus
-
setStatus
-
getAvailability
-
setAvailability
-
getPrivacy
-
setPrivacy
-
getConference
-
setConference
-
addAttendee
-
getAttendees
-
addAlarm
-
getAlarms
-
addAttachment
-
getAttachments
-
putProviderData
-
getProviderData
-