[CalendarServer-users] iCalendar splitting utility
Guy
guy at britewhite.net
Mon Sep 13 01:35:45 PDT 2010
On 13 Sep 2010, at 09:27, Jan Bätzner wrote:
> Hi to all,
>
> I have a large Calendar in iCal which takes too long to initially synchronize to any new client and the last few days an new problem came up with iCal on an iOS 3 Device not syncing some events.
> That's why i decided to split up that large calendar at a given Date in the hope things will turn out better.
> The problem is, i cannot find any suitable utility for that. I could get every single event from the calendarserver, sort it and import it back to iCal. But iCal will not import that many events, that's about 2500. I could feed it with 100 events every try but that is a silly word to do.
> A better solution would be a utility to split up that one ics file iCal exports into two files, one containing the newer and the other containing the older events.
> Any ideas on that?
>
I think I'd write a simple AppleScript to do the splitting.. Create the new calendars, and then write the script to take events between the time frames and push them into the new calendars.. once you filled up one move onto the next one. Assuming you're using a Mac of course! :)
> Another question: Is it possible to get the revision of an System installed calendarserver that came frome a trunk checkout?
svn info
inside the calendarserver directory where you checked out the code, be careful about just pulling latest revisions from trunk, as there are numerous changes and it doesn't necessarily work! :P
Cheers,
---Guy
>
> Thanks,
>
> jb
> --
> Sumo Solutions
> Jan Bätzner Gollierstr. 23 80339 München
> Telefon: 089 38164965
> Fax: 089 66652870
> Mobiltelefon: 0179 4973072
>
> _______________________________________________
> calendarserver-users mailing list
> calendarserver-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
More information about the calendarserver-users
mailing list