Class AbstractCalendarHandler

    • Field Detail

      • client

        protected org.apache.http.client.HttpClient client
      • context

        protected org.apache.http.client.protocol.HttpClientContext context
    • Constructor Detail

      • AbstractCalendarHandler

        protected AbstractCalendarHandler​(String path,
                                          OmCalendar calendar,
                                          org.apache.http.client.HttpClient client,
                                          org.apache.http.client.protocol.HttpClientContext context,
                                          AppointmentDao appointmentDao,
                                          IcalUtils utils)
    • Method Detail

      • syncItems

        public OmCalendar syncItems()
        Function to update all items in the CalDAV calendar. The owner of the appointments created are the same as the owner of the calendar.
        Specified by:
        syncItems in interface CalendarHandler
        Returns:
        Returns the updated calendar after updation of all events.