0.1.2
April 20th, 2026
What's fixed
- Fix
{{ calendar:ics_download_url }}inside{{ calendar }}loops β loop items now exposeoccurrence_id(composed{entry_id}-{Y-m-d-His}), so .ics download links resolve correctly instead of 404-ing (#10)
0.1.1
April 20th, 2026
What's fixed
- Fix eloquent driver compatibility: normalize numeric organizer IDs and tag-level entry IDs to strings (#9)
0.1.0
February 8th, 2026
π Initial Release
Recurring events and cached occurrences for Statamic v5/v6.
Features
- Recurring events β define recurrence rules (RRULE) on entries; occurrences are expanded and cached automatically
calendar:monthtag β render a monthly grid view in your Antlers templatescurrent_occurrencetag β resolve the current or next upcoming occurrence for an entry- iCalendar (.ics) export β full calendar feed and per-event download
- "Add to calendar" links β generate links for Google Calendar, Outlook, etc.
- JSON REST API β query occurrences programmatically via
/!/calendar/occurrences - Auto-registered routes β index and date-segment routes configured from
config/calendar.php - Default templates β ships with ready-to-use index, show, and month-grid views (Tailwind CDN)