Class CalendarEventDetails

    • Constructor Detail

      • CalendarEventDetails

        protected CalendarEventDetails()
        Initializes a new instance of the CalendarEventDetails class.
    • Method Detail

      • getStoreId

        public String getStoreId()
        Gets the store Id of the calendar event.
        Returns:
        the store id
      • getSubject

        public String getSubject()
        Gets the subject of the calendar event.
        Returns:
        the subject
      • getLocation

        public String getLocation()
        Gets the location of the calendar event.
        Returns:
        the location
      • isMeeting

        public boolean isMeeting()
        Gets a value indicating whether the calendar event is a meeting.
        Returns:
        true, if is meeting
      • isRecurring

        public boolean isRecurring()
        Gets a value indicating whether the calendar event is recurring.
        Returns:
        true, if is recurring
      • isException

        public boolean isException()
        Gets a value indicating whether the calendar event is an exception in a recurring series.
        Returns:
        true, if is exception
      • isReminderSet

        public boolean isReminderSet()
        Gets a value indicating whether the calendar event has a reminder set.
        Returns:
        true, if is reminder set
      • isPrivate

        public boolean isPrivate()
        Gets a value indicating whether the calendar event is private.
        Returns:
        true, if is private