public class VCardCalendarRecordset extends VCardRecordset
Modifier and Type | Method and Description |
---|---|
String[] |
getBusyTimeEntries()
Gets the URIs for the busy time associated with the object.
|
VCardTextRecord[] |
getBusyTimeRecords()
Gets the URIs for the busy time associated with the object.
|
String[] |
getCalendarAddresses()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
|
VCardTextRecord[] |
getCalendarAddressRecords()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
|
VCardTextRecord[] |
getCalendarUriRecords()
Gets the URIs for the calendar associated with the object represented by the vCard.
|
String[] |
getUriCalendarEntries()
Gets the URIs for the calendar associated with the object represented by the vCard.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final VCardTextRecord[] getBusyTimeRecords()
Gets the URIs for the busy time associated with the object.
public final String[] getBusyTimeEntries()
Gets the URIs for the busy time associated with the object.
BusyTimeRecords
.
public final VCardTextRecord[] getCalendarAddressRecords()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
public final String[] getCalendarAddresses()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
CalendarAddressRecords
.
public final VCardTextRecord[] getCalendarUriRecords()
Gets the URIs for the calendar associated with the object represented by the vCard.
public final String[] getUriCalendarEntries()
Gets the URIs for the calendar associated with the object represented by the vCard.
CalendarUriRecords
.