Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 849 Bytes

File metadata and controls

26 lines (15 loc) · 849 Bytes

GitHub tag (latest SemVer) Docker Pulls

icalendar-validator

iCalendar file validator command-line application available as a Docker image.

Run the validator like this:

docker run --volume=<local dir>:/data faph/icalendar-validator /data/calendar.ics

where <local dir> is a directory containing the file calendar.ics.

Based on the ical4j library.

Terms & conditions

Source code licensed under the MIT License.

ical4j library copyright Ben Fortuna, licensed under the BSD 3-Clause License.