วันพุธที่ 26 พฤศจิกายน พ.ศ. 2557

ปัญหาที่พบเจอ :

คือต้องการใช้งาน Google Calendar API v.3
ติดปัญหาเรื่อง  OAuth 2.0 การใช้งาน google calendar
ไม่รู้ว่าจะเริ่มต้นยังไง
ซึ่งโปรแกรมที่ใช้งานเป็น  WebApplication สำหรับนัดหมาย , เลื่อนนัด , ลบ
ผ่าน  WebApplication ใช้   jsp/Servlet
สิ่งที่ต้องการคือ
-  การใช้  OAuth 2.0 ทำอย่างไรบ้าง เพื่อ ใช้งาน google calendar api
สำหรับ เพื่มวันนัดหมาย,แก้ไขวันนัดหมาย , ลบวันนัดหมาย
-ถ้ามีตัวอย่าง code และ library จะ ช่วยได้มากเลยครับ

(ปล. Calendar API v1 google ปิด site ไปเมื่อ 17.11.2014 )
"This API is a subject to the Deprecation Policy and will be shutdown on November 17, 2014. Please use APIv3 instead."


และนี้คือ document (แบบเร็วส์ๆ รัวๆ)สำหรับ  จัดการ Event  Insert,Update,Delete,Get,List  และ ,OAuth 2.0   แบบ Server 2 Server  เผื่อเป็นประโชยน์กับเพื่อนๆ น้องๆ ที่กำลังมองหา solution เกี่ยวกับ Google calendar API
doc : https://dl.dropboxusercontent.com/u/106584360/document/ProjectGoogleCalendarAPI_V3.pdf

source : https://github.com/z...eCalendarAPI-V3