View Single Post
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#14
hi, I've tried many times. and all flavours of combination of sudo, run standalone and simple commands, but is not syncing with the calendar db. where i do wrong? I do have to refresh it somehow?

to reply to some previous post, you should add in the dependences "python-glade2" (I had the same issues!)
thanks again!


EDIT:
i've found an error message: error in ical parsing str.
looking at the sources, happens calling:
cal = Calendar.from_string( str(ical_str) )

this means my calendar is not properly formatted, right?
and also with this one is crashing. here's a copy for you to reproduce the error

Code:
BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
CATEGORIES:MEETING
STATUS:TENTATIVE
DTSTART:20100921T033000Z
DTEND:20100921T043000Z
SUMMARY:Your Proposal Review
DESCRIPTION:Steve and John to review newest proposal material
CLASS:PRIVATE
END:VEVENT
BEGIN:VEVENT
CATEGORIES:MEETING
STATUS:TENTATIVE
DTSTART:20100921T053000Z
DTEND:20100921T063000Z
SUMMARY:test2
DESCRIPTION:ahua
CLASS:PRIVATE
END:VEVENT
END:VCALENDAR
can you tell'me if i'm missing any statement in exporting?

Last edited by erniadeldesktop; 2010-09-29 at 16:00. Reason: errors