[chandler-users] [possible bug] Problem with ICS file import
Jeffrey Harris
jeffrey at osafoundation.org
Thu May 29 17:17:01 PDT 2008
Whoops, Thunderbird didn't like my angle brackets and reformatted
weirdly. That should have been:
import vobject
old = file('filename.ics')
new = file('new.ics', 'wb')
calendar = vobject.readOne(old)
calendar.serialize(new)
new.close()
[you need to replace filename.ics with your filename, of course]
Sincerely,
Jeffrey
More information about the chandler-users
mailing list