I am adapting the parser to an Eventful importer (which exports ical). One thing missing is the vvenue component. Fix is trivial.
Index: Token.cs
RCS file: /cvsroot/icalparser/ICalParser/Token.cs,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Token.cs
55c55
< Tvevent, Tvtodo, Tvjournal, Tvfreebusy, Tvtimezone, // these are a subproperty of BEGINEND which are COMPON
ENTs
---
> Tvevent, Tvvenue, Tvtodo, Tvjournal, Tvfreebusy, Tvtimezone, // these are a subproperty of BEGINEND which are COMPON
ENTs
99a100
> reservedWords[ "vvenue" ] = TokenValue.Tvvenue;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am adapting the parser to an Eventful importer (which exports ical). One thing missing is the vvenue component. Fix is trivial.
Index: Token.cs
RCS file: /cvsroot/icalparser/ICalParser/Token.cs,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 Token.cs
55c55
< Tvevent, Tvtodo, Tvjournal, Tvfreebusy, Tvtimezone, // these are a subproperty of BEGINEND which are COMPON
ENTs
---
> Tvevent, Tvvenue, Tvtodo, Tvjournal, Tvfreebusy, Tvtimezone, // these are a subproperty of BEGINEND which are COMPON
ENTs
99a100
> reservedWords[ "vvenue" ] = TokenValue.Tvvenue;