#18Medium
Design Google Calendar
Asked by:GoogleLinkedIn
Recommended Solutions from the Web
Good High Level Solution
https://medium.com/%40astha2798/system-design-google-calendar-94894ddc9839
Solution from FAANG Engineer
https://www.youtube.com/watch?v=POfW0UULcyA
Leetcode Discussion
https://leetcode.com/discuss/post/305654/system-design-google-calendar-by-kthtes-ttur/
Recurring Events
https://www.linkedin.com/pulse/tiny-system-design-google-calendar-like-app-recurring-rajesh-pillai/
Key Details & Edge Cases You Should Know
•
Backend: How to structure the data? How to query free times in SQL? How would you store recurring events?
•
Frontend: How will you structure the Calendar UI? When you add a new event, how does the UI show the change?