How can I sync events from yahoo/google calendar with MySql? - in PHP for a web app -
i want make web app show data mysql database, , need able connect yahoo/google calendars each user, user add calendar when registers. possible?
google calendar allows web application developers access user-generated content , event information through rest-based developer api. php's simplexml extension , zend's gdata library ideal processing xml feeds generated api , using them build customized php applications. article introduces google calendar data api, demonstrates how can use browse user-generated calendars; add , update calendar events; , perform keyword searches.
here article tutorial go link , learn how that. think you.
Comments
Post a Comment