pythonnortheast / pythonnortheast.com

The Python North East website on the new .com domain
MIT License
2 stars 2 forks source link

Add Google calendar #6

Open tomncooper opened 6 years ago

tomncooper commented 6 years ago

We have a google calendar with all the future dates in, this could be embeded or the iCal link included somewhere?

Embed Code:

<iframe src="https://calendar.google.com/calendar/embed?src=49vk0rgoc6biqv2rr80ttp9mak%40group.calendar.google.com&ctz=Europe%2FLondon" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
tomncooper commented 6 years ago

Ok so I see that there is markdown file ical.ics that will autogenerate an ical feed for the next talk and all previous talks, which is cool. The google calendar has all future dates in but that is its only advantage over just adding the sites ical link?

Any thoughts?