My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How do you save and show calendar stuff via Angular, Node and Mongo way

Saras Arya's photo
Saras Arya
·May 10, 2017

I am creating a timetable management application for myself and want to create recurring events like, Mon - Fri 10am-6pm is office. In Angular I have found something called Angular-ui-calendar for the UI part of it, But I have troubles in designing a data structure as to how to store in the most efficient way in MongoDB. If any of you smart folks have done it/idea about it, it would be great if you could guide me to a proper schema design.

EDIT

Reading this post helped me understand, but I am still not sure, how would I translate into my Schema