Importing Google Calendar tasks

时间秒杀一切 提交于 2021-02-11 16:17:38

问题


I'm building a calendar service with php (code igniter framework) and would like to import google calendar from my users.

Anyone could show me the light?


回答1:


You should use their REST interface. Almost everything you need is covered on this page:

http://code.google.com/apis/calendar/v3/getting_started.html#REST

There is a PHP client for GData on Google Code:

Examples can be found here.



来源:https://stackoverflow.com/questions/8204480/importing-google-calendar-tasks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!