aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_icals.php
blob: 81984f7290bb09c7e19e5fe7829c24523a4fb169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
if ($display_ical_list == "yes") {
	echo "<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'";
	if (isset($query)) echo $query;
	echo "');\">";
	
	// List the calendars.
	display_ical_list(availableCalendars($username, $password, $ALL_CALENDARS_COMBINED));
	
	print "</select>";
}
?>	

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