From sidnei at enfoldsystems.com Mon Nov 7 19:16:18 2005 From: sidnei at enfoldsystems.com (Sidnei da Silva) Date: Mon, 7 Nov 2005 16:16:18 -0200 Subject: [icalendar-dev] Making a new release of iCalendar Message-ID: <20051107181617.GK15177@cotia> Hello, I've been working on the 'Calendaring' product, replacing the icalendar parser ripped from schooltool by the icalendar module. During the conversion I've found several cases where icalendar wasn't as strict as the schooltool parser and that broke several of my existing tests so I adjusted icalendar to be more strict in some places. The work is checked in into a branch: https://codespeak.net/svn/iCalendar/branch/sidnei-schooltool-compat I would like to add a couple more tests from schooltool and then merge this branch to trunk and cut a new release. Any objections? -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com From sidnei at enfoldsystems.com Mon Nov 14 12:40:44 2005 From: sidnei at enfoldsystems.com (Sidnei da Silva) Date: Mon, 14 Nov 2005 09:40:44 -0200 Subject: [icalendar-dev] CRLF and KDE PIM In-Reply-To: <200509221159.52160.jbb@contradix.com> References: <200509221159.52160.jbb@contradix.com> Message-ID: <20051114114044.GD4224@cotia> On Thu, Sep 22, 2005 at 11:59:50AM -0400, Jordan Baker wrote: | | While working on a little pet project that interfaces with korganizer | (part of KDE) I noticed that it uses standard UNIX line endings which | the icalendar module has problems with. | | I modified my copy to work with UNIX line endings but didn't get it | working with both. Is there interest in supporting this sort of thing? | | Its true that this deviates from the RFC, but I feel it should support | both line endings to be consistent with the OS that it finds itself | on... | | regards, | | jordan. | | ps. please reply to me directly as i do not follow this list... thanks Have you tried the 0.11 release? It should fix those issues. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com From sidnei at enfoldsystems.com Mon Nov 14 13:36:59 2005 From: sidnei at enfoldsystems.com (Sidnei da Silva) Date: Mon, 14 Nov 2005 10:36:59 -0200 Subject: [icalendar-dev] Code Error ... In-Reply-To: <22992473.1128613491454.OPEN-XCHANGE.WebMail.tomcat@oxs.cpmain.cunyprep.org> References: <22992473.1128613491454.OPEN-XCHANGE.WebMail.tomcat@oxs.cpmain.cunyprep.org> Message-ID: <20051114123659.GI4224@cotia> On Thu, Oct 06, 2005 at 11:44:51AM -0400, Aleksandar Kacanski wrote: | Hi, | On the main web page I ran into error using example: | >>> cal = Calendar() | >>> from datetime import datetime | >>> from iCalendar import UTC # timezone | ..........^.............. | | from icalendar import UTC works ### Thanks ... Thanks! Should be fixed now. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com