0

I am creating a small app to sync appointments from my google calendar to my website and back again.

I have read some of googles descriptions on how to do this but cannot seem to connect the dots.

Do any of you have any examples or advice regarding this to get me started.

4

1 回答 1

0

Google Calendar API 文档包括入门和操作指南页面。

Google Calendar API 允许您开发创建新事件、编辑或删除现有事件以及搜索事件的客户端应用程序。本文档描述了如何使用 RESTful 调用样式和各种编程语言(当前为 Java、Python、PHP、.NET 和 Ruby)的客户端库来访问和编辑 Google 日历数据。

于 2013-09-29T15:18:00.667 回答