Put your events directly on your website
Pick what you want to show, copy the code, and paste it into your site. The calendar updates itself — there is nothing to maintain. It is free to use.
Works whether your events happen at a venue, at your own business, or somewhere different every time. Leave blank to show every event in Flagler County.
Paste this into your site
<iframe src="https://www.flaglerevents.com/embed/events"
style="width:100%;border:0;" height="1028"
loading="lazy"
title="Upcoming events in Flagler County"></iframe>Live preview
For developers
The same events are also available as raw data, and the widget itself accepts a few query parameters if you are hand-writing the iframe rather than using the builder above. All endpoints are public, read-only, and allow cross-origin requests.
- Widget
https://www.flaglerevents.com/embed/events?category=musicThe iframe the builder above generates. Accepts
category,count,size, andaccent.Add
?venue=with a venue slug (e.g.european-village) to show only that venue's events, or?business=with a directory slug or id to show only that business's events. An unrecognized value returns the widget's empty state rather than the full feed.- JSON
GET https://www.flaglerevents.com/api/events/upcoming?limit=24&category=musicCursor-paginated. Returns
eventsandnextCursor.Add
?venue=with a venue slug to return only that venue's events, or?business=with a directory slug or id for one business's events. An unrecognized value returns no events rather than the full feed.- iCal
https://www.flaglerevents.com/api/events/icalSubscribe from Google Calendar or Apple Calendar. Add
?category=to filter. Covers the last 60 days and the next 12 months.Add
?venue=with a venue slug to subscribe to only that venue's events, or?business=with a directory slug or id for one business's — the calendar is named accordingly. An unrecognized value returns a valid but empty calendar rather than the full feed.