hello, im having trouble in making a collection for a calendar and didn't know how to wanted to make array of objects for all the 366 days but couldn't , and thought about making a separate collection for the days and the calendar but no luck with that or do i have to make 366 documents for each user ?, anyhelp would be apreciated !
TL;DR
Developers having trouble creating a calendar collection with 366 days as array objects. They considered a separate collection for days but faced issues. Solution: Create 366 documents, each representing a day, in the calendar collection.