Strapi and Calendar

Hello everyone I’m new to Strapi and I’m trying to build simple calendar for my rental properties, does enyone have suggestion how to implement calendar in Strapi?
calendar should have fields:
date: datetime
price: integer
available: bool or integer

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

Hello @MattieBelt yes Im making my own frontend. I saw that package for i cal generation. Im having problem how to nest data. Also i dont know if its possible to have datetime instead of id for reference.