Hurstel Howard wrote:
I was wondering if anyone out there has done anything or seen
anyone use public Zimbra calendars that implements them into an
University Website for events of various groups.
We haven't done that but would like to. Shouldn't be too hard.
* Make the calendar public
* Write a script (PHP?) to pull from the calendar ICS file:
$lines = file('http://zimbra.domain.tld/home/user/Calendar');
* Parse the ICS file into a data structure:
http://aidanlister.com/repos/v/iCalReader.php
* Iterate over the ICS data structure printing.