FMX Docs
Calendar

Exporting and Embedding the Calendar

Subscribe to your FMX calendar from Google Calendar, Outlook, or Apple Calendar, or embed it elsewhere.

Your FMX calendar isn't limited to the FMX interface — you can subscribe to it from other calendar apps, or embed it in another page.

Subscribing from another calendar app

Using Export iCalendar data, you can get a link that Google Calendar, Outlook, or Apple Calendar can subscribe to directly, so your FMX events show up alongside your other calendars. The export respects whatever filters you've applied, so you can subscribe to a filtered view rather than everything.

Subscriptions use a private link rather than your login, so keep that link to yourself the same way you would a password — anyone with the link can see the events it includes.

Embedding the calendar

The Calendar can also be embedded as an <iframe> in another page, useful if you want to surface it somewhere outside of FMX itself.

On this page