com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FreebusyCalendarInfo



  • public class FreebusyCalendarInfo
    extends Object

    Defines list of free/busy information for specified calendar.

    • Constructor Detail

      • FreebusyCalendarInfo

        public FreebusyCalendarInfo()

        Initializes a new instance of the FreebusyCalendarInfo class.

      • FreebusyCalendarInfo

        public FreebusyCalendarInfo(String calendarId,
                            ErrorDetails[] errors)

        Initializes a new instance of the FreebusyCalendarInfo class.

        Parameters:
        calendarId - Calendar Id
        errors - Optional error(s) (if computation for the calendar failed).
      • FreebusyCalendarInfo

        public FreebusyCalendarInfo(String calendarId,
                            Range[] busy)

        Initializes a new instance of the FreebusyCalendarInfo class.

        Parameters:
        calendarId - Calendar Id
        busy - List of time ranges during which this calendar should be regarded as busy.
      • FreebusyCalendarInfo

        public FreebusyCalendarInfo(String calendarId,
                            Iterable<ErrorDetails> errors,
                            Iterable<Range> busy)

        Initializes a new instance of the FreebusyCalendarInfo class.

        Parameters:
        calendarId - Calendar Id
        errors - Optional error(s) (if computation for the calendar failed).
        busy - List of time ranges during which this calendar should be regarded as busy.
    • Method Detail

      • getCalendarId

        public final String getCalendarId()

        Calendar Id

      • setCalendarId

        public final void setCalendarId(String value)

        Calendar Id

      • getErrors

        public final List<ErrorDetails> getErrors()

        Optional error(s) (if computation for the calendar failed).

      • getBusy

        public final List<Range> getBusy()

        List of time ranges during which this calendar should be regarded as busy.