Quoting Sander Smeenk ([EMAIL PROTECTED]): > but i'm running into trouble trying to import the previous /shared/ > calendar.
So eventually I even took a look at what the structure in /var/lib/squirrelmail/data/calendar_data looked like if i created a shared calendar and created an event in it. Looked straightforward, there's a PARENTCALENDAR field with the name of the calendar in it, and the events are devided in a structure like year/month/day/<unique name>.ics, or so it seems. I wrote a perl-parser for the output that comes from convert_cal_to_ical, to split it up into separate 'event files'. Each file had a unique UID, and the parent field was correctly set. I even converted the DTSTART- and END fields from the 'old format' to the ones that were used in the events created by the addon. But for some reason it still didn't show my 'converted events'. I can't find any other location where these events are 'registered'. What did i miss? Puzzled... :S -- | It ain't the jeans that make your butt look big | 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8 9BDB D463 7E41 08CE C94D ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
