Sagamore calendar implementation: Difference between revisions

From Parents
Jump to navigation Jump to search
(→‎Website: Link to jQuery Google Calendar Flow plug-in)
(→‎List of Calendars: List the current calendars in a table)
Line 4: Line 4:


==List of Calendars==
==List of Calendars==

{| class="wikitable"
|+ Sagamore Google Calendars
! Name
! Description
! Calendar ID
|-
| Sagamore Hills Elementary School
| The main calendar where everything should be if there's no reason for it to be elsewhere
| sagamorehillspta.org_oj8q0h49li5ovc3dp8f114ngr8@group.calendar.google.com
|-
| PTA, Sagamore Hills Elementary School
| Core PTA related events that not everyone might be interested in, such as Board meetings
| sagamorehillspta.org_s7rl2pce7ls9c4s5qbboav4qa4@group.calendar.google.com
|-
| Garden @ Sagamore Hills Elementary School
| Audrey's Garden/STEM project (update name when we know it)
| sagamorehillspta.org_2ier8kd4ndl76artqmtugl5624@group.calendar.google.com
|}


==Use==
==Use==

Revision as of 02:33, 27 August 2013

Notes on Sagamore's calendering implementation

Create events

List of Calendars

Sagamore Google Calendars
Name Description Calendar ID
Sagamore Hills Elementary School The main calendar where everything should be if there's no reason for it to be elsewhere sagamorehillspta.org_oj8q0h49li5ovc3dp8f114ngr8@group.calendar.google.com
PTA, Sagamore Hills Elementary School Core PTA related events that not everyone might be interested in, such as Board meetings sagamorehillspta.org_s7rl2pce7ls9c4s5qbboav4qa4@group.calendar.google.com
Garden @ Sagamore Hills Elementary School Audrey's Garden/STEM project (update name when we know it) sagamorehillspta.org_2ier8kd4ndl76artqmtugl5624@group.calendar.google.com

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