Interface CalendarProducer


  • public interface CalendarProducer
    Implementors of this interface support transmission of iCalendar data via some transport protocol. For example, SMTP, HTTP, etc.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void send​(net.fortuna.ical4j.model.Calendar calendar)
      Invoke transfer of calendar data via supported transport protocol.
    • Method Detail

      • send

        void send​(net.fortuna.ical4j.model.Calendar calendar)
           throws FailedDeliveryException
        Invoke transfer of calendar data via supported transport protocol.
        Parameters:
        calendar - calendar data to transfer
        Throws:
        FailedDeliveryException - when transfer fails