|
From: <ji...@us...> - 2008-12-28 02:32:05
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30773 Modified Files: config.inc.php default_config.php Log Message: fix for webcals Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.192 retrieving revision 1.193 diff -C2 -d -r1.192 -r1.193 *** config.inc.php 28 Dec 2008 02:07:53 -0000 1.192 --- config.inc.php 28 Dec 2008 02:31:59 -0000 1.193 *************** *** 75,79 **** // add more lines as necessary ! $list_webcals[] = 'http://www.google.com/calendar/ical/jim.hu.biobio%40gmail.com/public/basic.ics'; // Fill in between the quotes exact URL of a calendar that you wish $list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http:// $list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix --- 75,80 ---- // add more lines as necessary ! $list_webcals[] = 'http://www.google.com/calendar/ical/jim.hu.biobio%40gmail.com/public/basic.ics'; // Fill in between the quotes exact URL of a ! $list_webcals[] = 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'; // Fill in between the quotes exact URL of a calendar that you wish calendar that you wish $list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http:// $list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** default_config.php 27 Dec 2008 23:49:39 -0000 1.7 --- default_config.php 28 Dec 2008 02:31:59 -0000 1.8 *************** *** 75,83 **** $this->unique_colors = '7'; - $this->blacklisted_cals = array(); - $this->list_webcals = array(); - $this->locked_cals = array(); - $this->locked_map = array(); - $this->verbose_errors = false; return true; } --- 75,78 ---- |