How to validate if ical ( iCalendar ) file is valid using javascript?
问题 Is there any javascript library which I can use to validate if ical file is valid. Below is invalid ical file content example BEGIN:VCALENDAR END:VCALENDAR Looks like https://github.com/mozilla-comm/ical.js/ is not useful. Unable to invalidate above ical file. There is no event. This is also failing with icalendar.org/validator.html ( would like to see something like this ) 回答1: You can try to use server-side validation by https://icalendar.org/validator.html They have an option to show