Test and visualize iCal feeds from any URL

A simple tool to validate and display calendar data with CORS support

{{ corsExplanation }}

Fetching iCal data...

{{ responseMessage }}

{{ response.error }}

{{ parsedEvents.length }} events found in calendar

Event Details

{{ event.title || 'Untitled Event' }}

Start:

{{ formatDate(event.start) }}

End:

{{ formatDate(event.end) }}

All Day:

{{ event.allDay ? 'Yes' : 'No' }}

No events found in the calendar data.

{{ selectedEvent.title }}

Date & Time

{{ formatEventDate(selectedEvent.start, selectedEvent.end, selectedEvent.allDay) }}

Location

{{ selectedEvent.location }}

Description

{{ selectedEvent.description }}