-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Bug Description
Calendar events do not save persistently after the page is refreshed. I want to use JavaScript local storage to save events so that they remain accessible even after closing and reopening the page.
Steps to Reproduce the Behavior
Go to the calendar on the application.
Enter an event (e.g., "Meeting at 10 AM") on a specific date.
Refresh the page.
Observe that the event data is missing.
Expected Behavior
Events added to the calendar should be saved in the browser’s local storage and displayed even after refreshing the page or reopening the application.
Screenshots
Code.Social._.Home.-.Google.Chrome.2024-11-03.00-16-04.mp4
This feature requires implementing local storage in JavaScript to persistently save events written in the calendar for easy access on subsequent visits.
Please assign this task to me under the label gssoc24. Thank you!