2
votes
0answers
94 views

Is there a way to embed a fully-functional (NOT read-only) Google Calendar into a website?

I'm building a website to help a friend who schedules piano lessons. They use Google Calendar to track lessons, and I'm building a website for them to manage students, lesson packages, etc. The ...
5
votes
2answers
406 views

Embedding a specific revision of a Gist on GitHub.com via JavaScript

gist.github.com has a great feature where you can embed the current version of a file in a blog via a <script/> tag. However, I can't seem to embed an older revision, or the current atomic ...