hey everyone! I was wondering, is there a way I can manage to display a google calendar (in calendar format) on my site? I wish to also be able to add/edit/delete events from it. How can I tackle this? Thanks
Go to Calendar Details and look for "Embed This Calendar" it will have a link to another page if you'd like to customize size and color. You may edit all you want, but if you want others to be able to edit you must click "share this calendar" and make it public. Good Luck
I'm not sure that you can edit remotely with php? There is nice import option supporting ical or csv format calendars though
There's a google calendar API available, see details here: http://code.google.com/apis/calendar/docs/1.0/developers_guide_php.html Note that they use Zend in the article, however, if you search I'm sure there are some other libraries available as well. (Though zend works perfectly fine even in sites not built in zend framework, it's modular)