From db270710fa0b3244697299d77a4a44951c0d2484 Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Wed, 30 Apr 2008 15:33:29 +0200 Subject: [PATCH] Adds "Google Calendar for Google Apps" as a calendar handling app for icals. Signed-off-by: Vincent Zanotti --- htdocs/javascript/xorg.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/javascript/xorg.js b/htdocs/javascript/xorg.js index f3c7540..0e7f8e6 100644 --- a/htdocs/javascript/xorg.js +++ b/htdocs/javascript/xorg.js @@ -176,7 +176,10 @@ var __goodies_ical_sites = [ 'title': 'Calendrier iCal'}, {'url_prefix': 'http://www.google.com/calendar/render?cid=', 'img': 'images/goodies/add-google-calendar.gif', - 'title': 'Ajouter à Google Calendar'} + 'title': 'Ajouter à Google Calendar'}, + {'url_prefix': 'https://www.google.com/calendar/hosted/polytechnique.org/render?cid=', + 'img': 'images/goodies/add-google-calendar.gif', + 'title': 'Ajouter à Google Apps / Calendar'} ]; var __goodies_rss_sites = [ {'url_prefix': '', -- 2.1.4