systemofworld

Show:

What's happening?

  • Writing an ical4j item as a file attachment

    I'm using the fileoutputstream method of the CalendarOutputter to write the data to a file to be attached but cannot get the data written into the file: File tempFile = new File("D:\\tempCalFile\\" + tempFilePath + ".ics"); FileOutputStream tempCal = new FileOutputStream(tempFile); boolean success = tempFile.createNewFile(); if (success) {...

    2009-03-05 17:15:47 UTC in iCal4j

  • Lost data when sending two invitations

    I'm currently working on sending out group scheduling mailings and I seem to be able to send out individual schedules and the headers appear but if I send to 2 or more people, the calendaring data becomes lost in MS Outlook 2007. Anyone have any ideas on this at all, please? CalendarOutputter co = new CalendarOutputter(false); Multipart multipart = new MimeMultipart(); //set the...

    2009-02-26 13:52:03 UTC in iCal4j

About Me

  • 2007-06-20 (2 years ago)
  • 1822931
  • systemofworld (My Site)
  • systemofworld

Send me a message