简体   繁体   中英

How do I get access to user's google calendar feed

I want to insert certain items into my user's google calendar. I have been looking at this client library for GData:

https://developers.google.com/gdata/client-cs

However, it requires me to pass username(email) and password. I don't want my users to type in their email and password in my application and I store them in my database. It is very risky business. Is there any other way where Google would provide me token and I store the token in database for future access? Much like what the Facebook does?

是的,请使用Google Calendar API v2并阅读有关使用Google Calendar Service进行身份验证的部分,该部分在其上调用端点以及如何调用它们。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM