Skip to content

Instantly share code, notes, and snippets.

@artburkart
Created March 22, 2016 01:36
Show Gist options
  • Save artburkart/34f1712d02ca7716d208 to your computer and use it in GitHub Desktop.
Save artburkart/34f1712d02ca7716d208 to your computer and use it in GitHub Desktop.
Sample Google Calendar embedded view
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Some Calendar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- change your color if you want https://webmastermind.net/knowledgebase.php?action=displayarticle&id=15 -->
<iframe src="https://calendar.google.com/calendar/embed
?title=Some%20Calendar
&amp;showTz=0&amp;mode=WEEK&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF
&amp;src=artburkart%40gmail.com&amp;color=%23B1365F
&amp;ctz=America%2FNew_York" style="border-width:0" width=100% height=700 frameborder="0" scrolling="no"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment