google calendar api v3

zyip發表於2014-12-02

 

google api for .net nuget

Install-Package Google.Apis.Calendar.v3

 


oauth2 for asp.net 
http://www.codeproject.com/Articles/565032/Google-Calendar-Integration-in-ASP-NET-Create-ed

 

 

for nodejs

https://github.com/google/google-api-nodejs-client/

http://javascriptplayground.com/blog/2013/06/node-and-google-oauth/   oauth

http://ravibail.wordpress.com/2013/10/25/learnings-from-using-google-calendar-api-from-node/   android

 

Building a Google Calendar Booking App with MongoDB, ExpressJS, AngularJS, and Node.js - Part 1

http://www.jonathanbroquist.com/building-a-google-calendar-booking-app-with-mongodb-expressjs-angularjs-and-node-js-part-1/

 

node.js, Google calendar and the service account

http://kawding.blogspot.com/2014/02/nodejs-google-calendar-and-service.html

 

https://github.com/ryanseys/google-api-test-app  node example

 

https://developers.google.com/apis-explorer/#p/calendar/v3/ online debug

相關文章