public class VCardCalendarRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of Calendar vCard records.
Modifier and Type | Method and Description |
---|---|
String[] |
getBusyTimeEntries()
Gets the URIs for the busy time associated with the object.
|
VCardTextRecordMetadata[] |
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.
|
VCardTextRecordMetadata[] |
getCalendarAddressRecords()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
|
VCardTextRecordMetadata[] |
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.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] 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 VCardTextRecordMetadata[] 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 VCardTextRecordMetadata[] 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
.
Copyright © 2019. All rights reserved.