Skip to content

Instantly share code, notes, and snippets.

@Myfanwy
Forked from iani/jekyll-google-calendar
Last active October 6, 2016 17:59
Show Gist options
  • Save Myfanwy/e2a8077cb7788e27409916fa926aa636 to your computer and use it in GitHub Desktop.
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/
---
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&amp;height=700&amp;wkst=1&amp;bgcolor=%23000066&amp;src=davisrusersgroup%40gmail.com&amp;color=%23060D5E&amp;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