Uses of Class
com.silverpeas.export.ical.ExportableCalendar

Packages that use ExportableCalendar
com.silverpeas.export Provides the different exporters and importers of serializable Silverpeas resources in a specific format (PDF, iCal, JSON, and so on). 
com.silverpeas.export.ical Provides an exporter of calendar events into iCal data. 
 

Uses of ExportableCalendar in com.silverpeas.export
 

Methods in com.silverpeas.export that return types with arguments of type ExportableCalendar
 Exporter<ExportableCalendar> ExporterFactory.getICalExporter()
          Gets an exporter of a calendar in iCal format.
 

Uses of ExportableCalendar in com.silverpeas.export.ical
 

Methods in com.silverpeas.export.ical that return ExportableCalendar
static ExportableCalendar ExportableCalendar.with(CalendarEvent... event)
          Creates a new calendar ready to be exported with the specified calendar events.
static ExportableCalendar ExportableCalendar.with(Collection<CalendarEvent> events)
          Creates a new calendar ready to be exported with the specified calendar events.
 

Methods in com.silverpeas.export.ical with parameters of type ExportableCalendar
 void ICalExporter.export(ExportDescriptor descriptor, ExportableCalendar calendar)
          Exports the specified events with a writer in the iCal format.
 



Copyright © 2016 Silverpeas. All Rights Reserved.