-
-
Save Myfanwy/e2a8077cb7788e27409916fa926aa636 to your computer and use it in GitHub Desktop.
Embed google calendar in a web page for rendering by Jekyll. Copied from: https://github.com/StevenBlack/qst-jekyll-bootstrap/blob/master/calendar.html see it in action here: http://www.queenssailing.ca/calendar/
This file contains hidden or 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
--- | |
layout: page | |
title: Davis R-Users Group Calendar | |
permalink: /calendar/ | |
type: info | |
header_text: Davis R-Users Group Calendar | |
calendar: true | |
--- | |
<div class="span3"> | |
<h3>Davis R-Users Group Events</h3> | |
<div id="upcoming"></div><!--/span--> | |
</div> | |
<div class="span9"> | |
<h3>Calendar of Upcoming Events</h3> | |
<iframe src="https://calendar.google.com/calendar/embed?title=Davis%20R-Users%20Group%20Calendar&height=700&wkst=1&bgcolor=%23000066&src=davisrusersgroup%40gmail.com&color=%23060D5E&ctz=America%2FLos_Angeles" style="border-width:0" width="1200" height="700" frameborder="0" scrolling="no"></iframe> | |
</div><!--/span--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment