Skip to content

(Work in Progress) Parser and writer for ICalendar files.

License

Notifications You must be signed in to change notification settings

phresnel/ICalLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICalLib

Parser and writer for ICalendar files.

TODO

  • files with unix line endings can only be parsed with ifstream::binary, otherwise the parser freaks out upon the end of the first line.
  • rearrange the codes to better reflect properties and objects. see here:
  • parse functions should be more brutal when it's clear that something's not a syntax error but a format error. I.e., when there "BEGIN:XXX", with an unknown "XXX", it should be a file format error, not just a syntax error
  • set default params according to RFC
  • refine structures "but if one occurs, so MUST the other."
  • strings should be made case insensitive

About

(Work in Progress) Parser and writer for ICalendar files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published