« October 2004 | Main | January 2005 »
December 22, 2004
Get Mozilla Calendar to Update php iCalendar
Recently I have been working with an online calendar. However I ran into a problem, how to synchronize it with a desktop calendar.
For this I used Mozilla's Sunbird calendar. I wanted it to sync with php iCalendar (site currently down). I currently have the file stored here. And the web hosting has ftp capabilities.
Installation of the calendar only required extracting the archive tar -xvzf phpicalendar-1.1.gz
This creates a folder called phpicalendar-1.1 I moved this folder into a web accessible directory and renamed it calendar to make it easier to navigate to.
Most of the defaults in the config file (config.inc.php) are sufficient except verify the following setting auth_method = 'ftp'
Then Sunbird will download the calendar from the server and you can make changes and they will automatically be reflected on the web calendar.
Posted by Stephen at 11:10 AM | Comments (0)
