-
fghellw committed revision 3 to the vCard PHP Parser SVN repository, changing 5 files.
2008-11-14 11:25:42 UTC in vCard PHP Parser
-
fghellw committed revision 2 to the vCard PHP Parser SVN repository, changing 1 files.
2008-11-14 10:50:36 UTC in vCard PHP Parser
-
fghellw committed revision 1 to the vCard PHP Parser SVN repository, changing 6 files.
2008-11-14 10:42:19 UTC in vCard PHP Parser
-
fghellw committed revision 2 to the Atomlib SVN repository, changing 4 files.
2008-10-02 12:50:07 UTC in Atomlib
-
fghellw committed revision 1 to the Atomlib SVN repository, changing 1 files.
2008-10-02 12:34:51 UTC in Atomlib
-
fghellw registered the Atomlib project.
2007-11-20 20:05:43 UTC in Atomlib
-
fghellw committed patchset 38 of module vcardphp to the vCard PHP Parser CVS repository, changing 3 files.
2004-12-05 12:11:53 UTC in vCard PHP Parser
-
If DTSTART preceeds DURATION, all is well:
BEGIN:VEVENT
SUMMARY:A one hour meeting.
DTSTART;TZID=US/Eastern:20031118T120000
DURATION:PT1H
END:VEVENT
(works)
If, however, DURATION preceeds DTSTART, the event is
not displayed.
BEGIN:VEVENT
SUMMARY:A one hour meeting.
DURATION:PT1H
DTSTART;TZID=US/Eastern:20031118T120000
END:VEVENT
(does not display)
This is an issue because...
2003-11-18 18:06:53 UTC in PHP iCalendar
-
On line 58 of init.php, please change
[[:digit:]]+
to
[-?[:digit:]]+
This way, negative time zones will be parsed.
Thanks,
Frank Hellwig
frank@hellwig.org.
2003-11-05 14:37:47 UTC in WikkiTikkiTavi
-
The Mac OS X Address Book application uses the CATEGORY instead of the CATEGORIES property. This release uses the Mac CATEGORY property if the CATEGORIES property is not specified.
2003-10-27 11:33:09 UTC in vCard PHP Parser