简体   繁体   中英

Java desktop application with google calendar

I am trying to build a desktop application with Java that shows the Google calendar on an interface, where a user can add and modify an event. To achieve this I am searching for the Google calendar API v3 but I can't really understand the examples provided. Can anyone give me some directions on how I can achieve this?

It looks like you are missing the import commands in the Java part of Set up a Client Library . As that page explains, download the .jar files mentioned there and include them in your build path.

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