Hi HN!I got tired of manually looking up events and copying them over to my Google Calendar. So I built this (https://timefeed.ai).At its core, it just asks an LLM to find events, saves them to a database, and outputs them via a web UI or as iCal feeds.The tricky parts are the details: - Handling rescheduled events - Distinguishing different events with the same name - Optimizing LLM API costs so I don t go brokeI’m still improving it. Any feedback or bug reports are welcome!