Description:
Enhance the Calendar feature to function like Google Calendar β allowing users to add, edit, and delete events, which are stored persistently in backend DB.
Tasks:
Build backend CRUD endpoints: /api/calendar
Store user events in MongoDB (user-specific).
Implement drag/drop and event color tagging.
Show saved events automatically after reload.
Expected Output:
Fully functional event calendar synced with backend database.
Description:
Enhance the Calendar feature to function like Google Calendar β allowing users to add, edit, and delete events, which are stored persistently in backend DB.
Tasks:
Build backend CRUD endpoints: /api/calendar
Store user events in MongoDB (user-specific).
Implement drag/drop and event color tagging.
Show saved events automatically after reload.
Expected Output:
Fully functional event calendar synced with backend database.