Interface IAppointmentIcalQueryResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
AppointmentIcalQueryResult

public interface IAppointmentIcalQueryResult extends Serializable
Represents the result of a query that retrieves the available appointments of a AppointmentTemplate as an iCal file. Used by the iCal servlet.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getStandardIcalFileName

      String getStandardIcalFileName()
      Returns:
      The default generated file name for the iCal file.
    • getIcalFileData

      String getIcalFileData()
      Returns:
      The data of the iCal file.