mplawley / tundra-tech-talks

Tundra Tech Talks (TTT) is the hand-crafted website for this Ithaca-based group of techies
MIT License
1 stars 1 forks source link

Add "upcoming events" google calendar? #6

Open OmarShehata opened 2 days ago

OmarShehata commented 2 days ago

This is so that people know where the meetup is even if they don't have Discord. (I met someone recently who works at IBM and wants to show up but isn't on discord!)

I added this recently on IthacaSocialCircle.com. Requires no backend, just make the frontend pull directly from google calendar.

below is the code for it. It's pretty nice because you can give edit access to specific people, and otherwise the calendar is public read-only.

https://github.com/OmarShehata/ithaca-social-circle/blob/d10bb678a2bbc6caf7b4d013e102905fd545ee6e/src/fetch-rss.js#L15-L20

mplawley commented 2 days ago

Great idea, and the code looks good. I will look into incorporating it (and of course welcome anyone else's contributions).