aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 02:07:53 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 02:07:53 +0000
commit48218216d38f52305a7a51939a9d55210af4baa9 (patch)
tree06a46a9b3f6af5f72c42aac22ff2325f647ef2c7 /config.inc.php
parentc0739ccf3bda644d52394a3e4c768964dec0d40e (diff)
downloadphpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.tar.gz
phpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.tar.bz2
phpicalendar-48218216d38f52305a7a51939a9d55210af4baa9.zip
fix undef $rss in rss.php
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 1f9beab..e541891 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -58,18 +58,23 @@ phpicalendar currently supports about 30 language variants. For a list of suppo
# 'week_length' => '5', // Number of days to display in the week view
# 'day_start' => '0600', // Start time for day grid
# 'day_end' => '2000', // End time for day grid
-);
+
/* ========= SPECIAL CALENDARS =========
*/
+ 'allow_webcals' => 'yes',
+
+
+);
+
$blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars
$blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar
$blacklisted_cals[] = ''; // list. This should be the exact calendar filename without .ics
$blacklisted_cals[] = ''; // the parser will *not* parse any cal that is in this list (it will not be Web accessible)
// add more lines as necessary
-$list_webcals[] = ''; // Fill in between the quotes exact URL of a calendar that you wish
+$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
$list_webcals[] = ''; // $allow_webcals does *not* need to be "yes" for these to show up and work

© 2014-2024 Faster IT GmbH | imprint | privacy policy