What is the most flexible way of storing calendar/event entries to ensure they are easy to query/search for and display in our intuitive UI #1
Note: our "solution" should persist new calendar events back into the person's Google Calendar.
However to make them searchable and viewable by everyone we need to store them in our own database which
is kept in Sync with GCal.
What is the most flexible way of storing calendar/event entries to ensure they are easy to query/search for and display in our intuitive UI #1