From 1da7dc92e0641dcbba332d98ec49a40113ca0cb4 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 27 Apr 2009 03:46:02 +0000 Subject: [PATCH] added gcal doc comments --- gcal.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gcal.js b/gcal.js index 56c1161..4b676b5 100644 --- a/gcal.js +++ b/gcal.js @@ -1,3 +1,24 @@ +/* + * gcalFullCalendar extension for fullCalendar + * http://arshaw.com/fullcalendar/ + * + * Same usage/options as fullCalendar. + * However, enter your Google Calendar's public feed URL in the 'events' option. + * Here is how to find it in the Google Calendar interface: + * + * -> click the arrow next to your calendar's name + * -> click "Share this calendar" + * -> check "Make this calendar public" and then Save + * -> click the arrow again, then click "Calendar settings" + * -> in the "Calendar Address" section, click the XML rectangle + * -> the URL is displayed + * + * Copyright (c) 2009 Adam Shaw + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + */ + (function($) { $.fn.gcalFullCalendar = function(options) {