Class AppointmentIcalQueryResult

java.lang.Object
de.xima.fc.appointment.AppointmentIcalQueryResult
All Implemented Interfaces:
IAppointmentIcalQueryResult, Serializable

public class AppointmentIcalQueryResult extends Object implements IAppointmentIcalQueryResult
Simple POJO implementation of a IAppointmentIcalQueryResult.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AppointmentIcalQueryResult

      public AppointmentIcalQueryResult(String standardIcalFileName, String icalFileData)
      Creates a new iCal query result with the given file name and iCal data.
      Parameters:
      standardIcalFileName - The name of the returned iCal file.
      icalFileData - The data of the returned iCal file.
  • Method Details