I'm looking to create a iCal file to include with Google Calendar in PHP. I have all my events in a MySQL database in another application, and I want to be able to view the events in Google Calendar. I found this class: http://www.digitalmediaminute.com/article/978/create-icalendar-files-using-php via a google search, but the link in the article is broken. I'm wondering if anyone might have a copy of this class, or maybe a different one. I am right now using PHP 4.3. This class said it needed 5.0, but I was hoping to do some reverse engineering and make it work. I've been messing with phpiCalendar a bit. I'm not sure I really need it, as I'm not trying to display the iCal file. What I want to do is take some appointment and event information I have in a MySQL database and format it into an iCal file to view with Google Calendar. Any help or even if you could point me in the right direction would be greatly appreciated! Thanks!!