| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Committee Meeting Date Entries

Page history last edited by Ginny Mason 12 years, 5 months ago

Committee Meeting Date Entries

This page outlines how to add the meeting dates to the specific committee pages.  For specific queries for the Commitee Dates see: Scheduled Calendar Listings page.

 

PCS Office Calendar Google ID

This is provided for reference.

 

r5gofll6uk7h64ok55sci3t9qc@group.calendar.google.com

 

Meeting Dates Listing Example

Here is Page Script Example for the Ed Tech Meetings

 

Ed Tech Meetings

Loading...


Javascript Loaded for Calendar Feed Entries

The following files are loaded to get the calendar entry dates from the PCS Office Calendar and format the dates.

 

<link href="/f/googlecalendar.css" rel="stylesheet" type="text/css">

<script src="/f/1318009900/date-functions.js" type="text/javascript"></script>

<script src="/f/1319566547/googlecalendar.js" type="text/javascript"></script>

 

Instructions

  1. Copy the text between the horizontal lines just below these instructions.
  2. Insert the HTML/Javascript plugin where you'd like the dates to go.
  3. Modify the <Committee Name> text between the <h2> </h2> headings for the committee name.
  4. Replace <query> with the query text, e.g., "Ed Tech" for the Ed Tech Meeings in the long script line.
  5. Save 

 

NOTE:  Returns at most 10 meeting dates.   This is configurable by changing the max-results value.


<h2><Committee Name> Meeting Dates</h2>

<div id="pageagenda"><p>Loading...</p></div>

 

<script type="text/javascript" src="http://www.google.com/calendar/feeds/r5gofll6uk7h64ok55sci3t9qc@group.calendar.google.com/public/full?alt=json-in-script&callback=insertPageAgenda&orderby=starttime&max-results=10&singleevents=true&sortorder=ascending&q='<query>'"></script>

 

<noscript>

<p>Javascript is unavailable.</p></noscript>


 

Sidebar Upcoming PCS Office Calendar Listings

This section identifies the code posted in the HTML/Javascript plugin on the Sidebar page.  It should not require any changes as it pulls only the future upcoming dates.  It also elimites the "A" and "B" day entries, and entries identified as "Break". Returns at most 10 dates for space.  This is configurable by changing the max-results value.

 

NOTE: The format of the date and links are different from the committee meeting listings.

 


<script>

function insertPageAgenda(root) {

  listEvents(root, 'agenda');

</script>

<div id="agenda"><p>Loading...</p></div>

<script type="text/javascript" src="http://www.google.com/calendar/feeds/r5gofll6uk7h64ok55sci3t9qc@group.calendar.google.com/public/full?alt=json-in-script&callback=insertPageAgenda&orderby=starttime&max-results=10&singleevents=false&sortorder=ascending&futureevents=true&q='-A -B -Break'"></script>

 

<noscript>

<p>Javascript is unavailable.</p></noscript>


 

Comments (0)

You don't have permission to comment on this page.