Events Calendar!

Howdy! I need help modeling an events calendar that needs to be fetch-able by month based on a timestamp. Any suggestions?

Hi @zolon,

The best way would be to have a Custom Type for each 'Event' containing any specific details like the title, date, description and media. Then you should build the actual calendar on the front end of your website querying all 'Events' and then filtering them by month in your front-end code.

Thanks/