I'm only getting started about how to read a calendar from MySQL from
a PHP script, and export this to iCal so that it can be uploaded to
Google Calendar, and be read from smartphones without having to write
a dedicated applet for each brand/model.
If someone has looked at this recently, I'd like to know what the main
options are, and what you ended up using.
Thank you.
There's a fairly good PHP calendar app out there that writes iCal
formatted files and can even publish them. I brewed my own once, but
that was a while back. I'd recommend checking out what these guys are
doing: http://phpicalendar.net/
Thanks, I'll check it out.