Graham Perrin wrote:
>
> The traceback reminds me of Bug 12415,
> https://bugzilla.osafoundation.org/show_bug.cgi?id=12415 Import of Google
> Calendar ICAL file fails with "year is out of range" parse error
>
I found the above bug page when looking for a solution for a problem with a
calendar from Google which would consistently prevent me from subscribing
through Chandler Desktop. Regarding the information provided on such page,
I'd like to 1) offer a piece of information, and 2) ask a question:
1) On comment #1, Jeffrey Harris says: "I can't remember which calendar
client likes to do
that [event created in year 0], but I'm guessing you imported those events
into Google from somewhere else."
Well, the event that is causing the trouble in the calendar I'm trying to
subscribe to was created in Google Calendar itself. It shows up as the first
event on the calendar ICS file, but in fact it was the last one I created,
minutes before saving it and reseting its private iCal address.
2) On Comment #6, Aquil H. Abdullah says: "Anyway, the fix was to add the
following piece of code to the icalander.py in the vobject module:
if year < datetime.MINYEAR:
year = datetime.MINYEAR
if year > datetime.MAXYEAR:
year = datetime.MAXYEAR
At line 1579."
It seems, from his answer, that the bug was fixed sometime later (after the
date he writes, 30 July 2009) but I downloaded Chandler Desktop and started
using it last week, and the problem is still there.
I tried doing what he says would be enough, that is, substituting line 1579
for the code he provides. It didn't work, so I guess I'm doing it wrong (I
was just copying-and-pasting, no idea if this is what should be done).
Should I, instead, add the code AFTER/BEFORE line 1579? (I'm using Notepad++
to edit the calendar.py file).
Thank you for putting up with my first post and question to the
Chandler-users list - I'm sticking my neck out because I volunteer for an
NGO and using Chandler would really help us all be more productive and work
in synergy.
Regards,
Karen
--
View this message in context:
http://n2.nabble.com/problem-subscribing-to-Google-calendar-tp2966120p3798004.html
Sent from the Chandler users mailing list archive at Nabble.com.
_______________________________________________
[email protected] mailing list
unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users
Chandler wiki: http://chandlerproject.org/wikihome