Created
March 22, 2016 01:36
-
-
Save artburkart/34f1712d02ca7716d208 to your computer and use it in GitHub Desktop.
Sample Google Calendar embedded view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 | |
&showTz=0&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF | |
&src=artburkart%40gmail.com&color=%23B1365F | |
&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