VCardCalendarRecordset
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
public class VCardCalendarRecordset extends VCardRecordset
Represents a set of Calendar vCard records.
Learn more
Methods
Method | Description |
---|---|
getBusyTimeRecords() | Gets the URIs for the busy time associated with the object. |
getBusyTimeEntries() | Gets the URIs for the busy time associated with the object. |
getCalendarAddressRecords() | Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard. |
getCalendarAddresses() | Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard. |
getCalendarUriRecords() | Gets the URIs for the calendar associated with the object represented by the vCard. |
getUriCalendarEntries() | Gets the URIs for the calendar associated with the object represented by the vCard. |
getBusyTimeRecords()
public final VCardTextRecord[] getBusyTimeRecords()
Gets the URIs for the busy time associated with the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The URIs for the busy time associated with the object.
getBusyTimeEntries()
public final String[] getBusyTimeEntries()
Gets the URIs for the busy time associated with the object.
Returns: java.lang.String[] - The URIs for the busy time associated with the object.
This property is a simplified version of BusyTimeRecords .
getCalendarAddressRecords()
public final VCardTextRecord[] getCalendarAddressRecords()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
getCalendarAddresses()
public final String[] getCalendarAddresses()
Gets the calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
Returns: java.lang.String[] - The calendar user addresses to which a scheduling request should be sent for the object represented by the vCard.
This property is a simplified version of CalendarAddressRecords .
getCalendarUriRecords()
public final VCardTextRecord[] getCalendarUriRecords()
Gets the URIs for the calendar associated with the object represented by the vCard.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The URIs for the calendar associated with the object represented by the vCard.
getUriCalendarEntries()
public final String[] getUriCalendarEntries()
Gets the URIs for the calendar associated with the object represented by the vCard.
Returns: java.lang.String[] - The URIs for the calendar associated with the object represented by the vCard.
This property is a simplified version of CalendarUriRecords .