Class ImportIcalManager


  • public class ImportIcalManager
    extends Object
    • Method Detail

      • setCharset

        public static void setCharset​(String aCharset)
      • getCharset

        public static String getCharset()
      • importIcalAgenda

        public String importIcalAgenda​(File file)
        IMPORT SilverpeasCalendar in Ical format
        Parameters:
        file -
        Returns:
      • transformStringForBD

        public static String transformStringForBD​(String sText)
        This method transforms a string to replace the 'special' caracters to store them correctly in the database
        Parameters:
        sText - a single text which may contains 'special' caracters
        Returns:
        Returns the transformed text without specific codes.