-
Hi all,
Found this site, and downloaded code. Updated to VS2008, added XML documentation, made nunit compatible. Moved tests from embedded in source base on #if DEBUG (loses; can't test production) into separate assembly (which can be used to test DLL regardless of DEBUG or RELEASE--wins).
Packaged everything up and put on my Google Site at...
2009-02-20 15:40:14 UTC by andybrucenet
-
File Added: 2008-04-26-Parser.cs.diff.
2008-04-26 17:10:00 UTC by dblockdotorg
-
If the stream is not entirely read, the parser will abort half way. For example, with webcal://dessert.meetup.com/3/calendar/7801237/ical/Cupcake+Social+2.0/
string url = "http://dessert.meetup.com/3/calendar/7801237/ical/Cupcake+Social+2.0/";
SomeICALEmitter emitter = new SomeICALEmitter();
HttpWebRequest request =...
2008-04-26 16:59:48 UTC by dblockdotorg
-
The consumeFolding() method is only checking for a SPACE character (decimal 32) as an allowed folding character sequence.
RFC 2445 states:
a long line can be split between any two characters by inserting a CRLF immediately followed by a single linear white space character (i.e., SPACE, US-ASCII decimal 32 or HTAB, US-ASCII decimal 9).
Regards
Ian.
2007-11-16 20:10:36 UTC by icummings
-
tspurway committed patchset 3 of module ICalParser to the iCalendar .NET Parser CVS repository, changing 1 files.
2004-03-15 21:10:51 UTC by tspurway
-
tspurway committed patchset 2 of module ICalParser to the iCalendar .NET Parser CVS repository, changing 66 files.
2004-03-15 19:02:48 UTC by tspurway
-
tspurway committed patchset 1 of module ICalParser to the iCalendar .NET Parser CVS repository, changing 66 files.
2004-03-15 19:02:48 UTC by tspurway
-
Anonymous committed patchset 1 of module CVSROOT to the iCalendar .NET Parser CVS repository, changing 11 files.
2004-03-12 16:12:19 UTC by nobody
-
registered the iCalendar .NET Parser project.
2004-03-11 17:09:48 UTC by