aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2005-11-24 01:33:31 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2005-11-24 01:33:31 +0000
commitb6dea5956e20b9ea356df02b5046867cd5205553 (patch)
treef160875931c62ba148e20d514fcdf5ac9b94d212 /config.inc.php
parent9c2a541cc01e9e8e6b132ec8c7f9ab5a7b35f881 (diff)
downloadphpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.tar.gz
phpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.tar.bz2
phpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.zip
Added support for Apple iCal native repository format and recursive
calendar searching to the 2.2 README change list.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index a3c7517..aed8a4e 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -72,7 +72,7 @@ $blacklisted_cals[] = ''; // list. This should be the exact calendar filenam
$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['US Holidays'] = 'http://ical.mac.com/ical/US32Holidays.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