Class AppointmentIcalQueryResult

    • Constructor Detail

      • 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.