-
details got formatted (i.e. spaces at beginning of lines were stripped), but there actually was one in front of the tld";.
2009-09-21 13:18:05 UTC by marcomeier
-
i got a mail with an event invitation which looked like
ATTENDEE;CN="Name";CUTYPE=INDIVIDUAL;EMAIL="Name@domain.
tld";PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:Na
me@domain.tld
if there is a space after the newline inside "" (as it is at the email tag),
icalparser_parse returns an icalcomponent with a value which points to NULL.
when removing the space at the...
2009-09-21 13:16:03 UTC by marcomeier
-
davide_setti committed revision 33 to the libical SVN repository, changing 1 files.
2009-03-02 08:30:52 UTC by davide_setti
-
nabber00 committed revision 32 to the libical SVN repository, changing 1 files.
2009-01-13 08:57:15 UTC by nabber00
-
nabber00 added davide_setti to the libical project.
2009-01-08 22:09:52 UTC by nabber00
-
Lukas, your attention to detail once again is outstanding. I had not spotted that the first example had the order reversed and therefore missed that it is consistent with the Microsoft example.
So it seems like the problems was introduced with the new system time to VTIMEZONE conversion code after all.
2008-11-20 13:55:46 UTC by pohly
-
Thanks Patrick for this description of my observation.
IMHO, both the first and the third example are correct (CEST starts at CET 02:00, CET starts at CEST 03:00)
Eventually the problem with the second example was introduced when reversing the order of DAYLIGHT and STANDARD subcomponents ?.
2008-11-20 13:28:39 UTC by luz
-
Hello!
While we were doing interoperability tests between SyncEvolution (using Evolution 2.22.3.1 libical) and the Synthesis server, Lukas Zeller noticed a problem.
The VTIMEZONE's generated by libical have the DTSTART values for the daylight saving time and normal time swapped. According to Lukas (I haven't checked, but I trust his expertise in this area), the standard is a bit vague but...
2008-11-20 12:41:41 UTC by pohly
-
Can't find the definition or prototype for this in the c header files nor source.
2008-10-27 21:14:28 UTC by dgtlrift
-
Documentation is now posted at:
http://www.nabber.org/projects/ical/docs/
This release was developed and tested on PHP 5, but PHP 4 will probably still work.
VERSION 0.3
- Added some example code
- Added check on "toggle" elements.
2007-08-15 02:59:28 UTC by nabber00