public class CalendarEvent
extends java.lang.Object
| Constructor and Description |
|---|
CalendarEvent()
Initializes a new instance of the CalendarEvent class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndTime()
Sets the start of a calendar event.
|
java.lang.String |
getId()
Gets the entry ID of the calendar item.
|
LegacyFreeBusy |
getLegacyFreeBusyStatus()
Gets the legacy free busy status.
|
java.lang.String |
getLocation()
Gets the location field of the calendar item.
|
boolean |
getReminderIsSet()
Gets whether a reminder has been set for the calendar event.
|
java.util.Date |
getStartTime()
Gets the start of a calendar event.
|
java.lang.String |
getSubject()
Gets the subject of the calendar item.
|
boolean |
isException()
Gets whether an instance of a recurring calendar item is changed from the master.
|
boolean |
isMeeting()
Gets whether the calendar event is a meeting or an appointment.
|
boolean |
isPrivate()
Gets whether the calendar item is private.
|
boolean |
isRecurring()
Gets whether the calendar event is an instance of a recurring calendar item or a single calendar item.
|
public CalendarEvent()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
public LegacyFreeBusy getLegacyFreeBusyStatus()
public java.lang.String getId()
public java.lang.String getSubject()
public java.lang.String getLocation()
public boolean isMeeting()
public boolean isRecurring()
public boolean isException()
public boolean getReminderIsSet()
public boolean isPrivate()