Strapi and Calendar

Hey @WardenCommander :wave:,

I guess you could take a look at which fields/format iCalendar uses.

Are you making your own front-end of this calendar?

If not you could create a custom endpoint that returns an iCal file that can be used by most calendar services. You could for example use this package: ical-generator - npm