A simple tool to validate and display calendar data with CORS support
Fetching iCal data...
{{ responseMessage }}
{{ response.error }}
{{ event.title || 'Untitled Event' }}
Start:
{{ formatDate(event.start) }}
End:
{{ formatDate(event.end) }}
All Day:
{{ event.allDay ? 'Yes' : 'No' }}
Location:
{{ event.location }}
No events found in the calendar data.
Date & Time
{{ formatEventDate(selectedEvent.start, selectedEvent.end, selectedEvent.allDay) }}
Location
{{ selectedEvent.location }}
Description
{{ selectedEvent.description }}