SQL Query Google (Or Other) Calendar
Is there a way to easily run SQL queries against Google calendars? Or run them against ical files?
Directly - no, and you trying to do something from wrong side. But both iCal and Google Calendar API can provide you data of all calendar events - Entities. From there, you should be able to achieve your desired result
Why? What are you trying to achieve with that? Why does it have to be SQL?