The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ICalParser
arsd
calendar
Undocumented in source.
struct
ICalParser {
void
feed
(char[] data);
void
feed
(ubyte[] data);
void
feed
(typeof(null) );
}
Members
Functions
feed
void
feed
(char[] data)
void
feed
(ubyte[] data)
void
feed
(typeof(null) )
Feed it some data you have ready.
Meta
Source
See Implementation
arsd
calendar
classes
CalendarEvent
functions
parseTimestampString
structs
DateWithOptionalTime
ICalParser
Recurrence