Sagamore calendar implementation: Difference between revisions

From Parents
Jump to navigation Jump to search
(→‎PTA: Correct width for Calendar embed)
(→‎Website: Link to jQuery Google Calendar Flow plug-in)
Line 15: Line 15:
===Website===
===Website===


Use the [https://www.google.com/calendar/embedhelper?ctz=America/New_York Google Embeddable Calendar Helper].
Use the [https://www.google.com/calendar/embedhelper?ctz=America/New_York Google Embeddable Calendar Helper]. If you want to get fancy, check out the [http://sugi.github.io/jquery-gcal-flow/ jQuery Google Calendar Flow plug-in].


====PTA====
====PTA====

Revision as of 00:47, 27 August 2013

Notes on Sagamore's calendering implementation

Create events

List of Calendars

Use

Google Calendar

iCal

CalDAV

Website

Use the Google Embeddable Calendar Helper. If you want to get fancy, check out the jQuery Google Calendar Flow plug-in.

PTA

Here's an example appropriate for the sidebar of the Sagamore Hills PTA website circa August, 2013.

<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=393&wkst=1&bgcolor=%23ffffff&src=sagamorehillspta.org_2ier8kd4ndl76artqmtugl5624%40group.calendar.google.com&color=%232F6309&src=sagamorehillspta.org_s7rl2pce7ls9c4s5qbboav4qa4%40group.calendar.google.com&color=%23182C57&src=sagamorehillspta.org_oj8q0h49li5ovc3dp8f114ngr8%40group.calendar.google.com&color=%238C500B&ctz=America%2FNew_York" style=" border-width:0 " width="262" height="393" frameborder="0" scrolling="no"></iframe>

Or its Calendar page

<iframe src="https://www.google.com/calendar/embed?title=Sagamore%20Hills%20Elementary%20School&showTz=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=sagamorehillspta.org_2ier8kd4ndl76artqmtugl5624%40group.calendar.google.com&color=%232F6309&src=sagamorehillspta.org_s7rl2pce7ls9c4s5qbboav4qa4%40group.calendar.google.com&color=%23182C57&src=sagamorehillspta.org_oj8q0h49li5ovc3dp8f114ngr8%40group.calendar.google.com&color=%238C500B&ctz=America%2FNew_York" style=" border-width:0 " width="604" height="600" frameborder="0" scrolling="no"></iframe>

Background