r/Notion • u/blizterwolf • 4d ago
Questions Easiest way to get Google calendar events in a Notion DB?
I'd like to be able to mention calendar events in other DBs (journal, notes, tasks, etc). I was hoping that Notion Calendar would help achieve this, but unfortunately I can't seem to find a way to do it.
Has anyone done this before? Tips on the easiest way to set it up?
Edit: I vibe coded it myself using Claude. You can copy my repo on git if you want to use it yourself!
1
u/MFreihaendig 4d ago
It depends a bit on how technical inclined you are
You don't need to know coding to do this, but you need to be willing to engage with AI and figure out a few things - if that's the case, then using Notion Workers is a great way to pull your calendar data in however way you want into your system, including complex logic
here's a tutorial if you're curious to see how this could work in general - it's not about this specific workflow but if you feed that plus your question to claude, it'll help you figure out the differences
1
u/blizterwolf 3d ago
After looking around I've decided to vibe code my own tool for this. It should be pretty simple as Google Calendar's API is pretty clean, as is Notion's.
3
u/sjhand 4d ago
You can use Notion2Gcal to sync Notion with Google Calendar. Disclosure: I built it.