aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-07 23:52:47 +0000
committerjwangen <jwangen>2002-10-07 23:52:47 +0000
commit10fade306fc4136986d88b14f0afc6219a121919 (patch)
treee592586a36f64c55fc8eb4d2ea59d6f732ed2dfd /config.inc.php
parentf65b0cfdd54177ed6c265d9f110a9a19d6700e2b (diff)
downloadphpicalendar-10fade306fc4136986d88b14f0afc6219a121919.tar.gz
phpicalendar-10fade306fc4136986d88b14f0afc6219a121919.tar.bz2
phpicalendar-10fade306fc4136986d88b14f0afc6219a121919.zip
Fixed yearly recurrence bug
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 16ca7fc..1425cb4 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -31,8 +31,8 @@ $blacklisted_cals[] = ''; // list. This should be the exact calendar filename
$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[] = ''; // to show up in your calendar list. You must prefix the URL with http://
+$list_webcals[] = 'webcal://ical.mac.com/ical/Movies.ics'; // Fill in between the quotes exact URL of a calendar that you wish
+$list_webcals[] = 'webcal://phpicalendar.sourceforge.net/phpicalendar-0.6/calendars/Jareds32Classes.ics'; // 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
// add more lines as necessary

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