Michael Brandon
Posts: 0
Joined: Mon Apr 21, 2014 9:17 pm

Calendar collection

Hello,

I wondered if anyone could recommend a clean DB (record/column) structure for handling user's availability(calendar dates). Should I build out a complete DB for the year and populate it, or is it recommended that I just use; Month, Day,Year, Available(Boolean), User(pointer to UserCollection_id) and populated it with User created services? Thanks. I just don't want to over complicate things.

Ultimately, I need to map and filter the collection by date and availability to my jq events calendar. Think of it as scheduling reservations I guess.

Much thanks,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Calendar collection

Hello Michael,

Please use Date DB data type for this column: https://devcenter.appery.io/documenta...

Return to “Issues”