com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardCalendarRecordset

    • Method Detail

      • getBusyTimeRecords

        public final VCardTextRecord[] getBusyTimeRecords()

        Gets the URIs for the busy time associated with the object.

        Returns:
        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:
        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:
        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:
        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:
        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:
        The URIs for the calendar associated with the object represented by the vCard.


        This property is a simplified version of CalendarUriRecords.