TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: SQL Query Google (Or Other) Calendar

1 pointsby KiranRao0almost 3 years ago
Is there a way to easily run SQL queries against Google calendars? Or run them against ical files?

2 comments

NaughtyShibaalmost 3 years ago
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
tuxie_almost 3 years ago
Why? What are you trying to achieve with that? Why does it have to be SQL?