Open
Description
Create unit tests to check whether we can read the iCal/ICS files correctly and correctly interpret the data in it.
That means reading it in an Event
object, writing it out as JSCalendar JSON object, and comparing the result with the expected result.
This should be based on test cases supplied by others, en masse.
Potential sources:
- https://github.com/jens-maus/node-ical/tree/master/test
- https://github.com/libical/libical/tree/master/test-data
- https://github.com/icalendar/icalendar/tree/main/spec/fixtures
- https://devguide.calconnect.org/Appendix/Examples/
Pay attention for licenses, please.
Other parsers or resources: