Class IScheduleHandler

All Implemented Interfaces:
Serializable, SchedulingIntf, org.bedework.calsvci.SchedulingI, org.bedework.util.logging.Logged
Direct Known Subclasses:
OutboundSchedulingHandler

public abstract class IScheduleHandler extends FreeAndBusyHandler
Rather than have a single class steering calls to a number of smaller classes we will build up a full implementation by progressively implementing abstract classes.

That allows us to split up some rather complex code into appropriate pieces.

This piece handles the iSchedule low-level methods

Author:
douglm
See Also:
  • Method Details

    • sendExternalRequest

      protected void sendExternalRequest(org.bedework.calfacade.ScheduleResult sr, org.bedework.calfacade.svc.EventInfo ei, Collection<IScheduleHandler.UserInbox> inboxes)