Test files › Web and text formats › calendar.ics
Sample iCalendar file (calendar)
An iCalendar (RFC 5545) file with one timed event and one all-day event.
↓ Download calendar.ics| Filename | calendar.ics |
| Format | iCalendar |
| Size | 374 bytes (374 bytes) |
| MIME type | application/octet-stream |
| SHA-256 | d83569e5dc89c6ff4a43fa084c28b853bdb142bd46372da8e2203aa9f7f65535 |
What this file catchesCalendar import (Google, Outlook, Apple). CRLF line endings are mandatory in iCalendar, and this file uses them - a good check for code that normalises newlines and breaks the format.
Download & verify
curl -fsSL -o "calendar.ics" "https://files.hexaqa.com/web/calendar.ics"
curl -fsSL "https://files.hexaqa.com/web/calendar.ics" | sha256sum
# expect: d83569e5dc89c6ff4a43fa084c28b853bdb142bd46372da8e2203aa9f7f65535