简体   繁体   English

将数据从Google日历中提取到Java中

[英]Fetching data from Google Calendar into Java

I'm very new to coding and I want to create my very own project, but I'm not sure how to start. 我对编码非常陌生,我想创建自己的项目,但不确定如何开始。

I want to create a program that will: 我想创建一个程序,该程序将:

  1. Grab the calendar event name from my Google calendar 从我的Google日历中获取日历活动名称

  2. Take only the relevant parts I need 只接受我需要的相关部分

  3. Organize it into Excel 整理成Excel

  4. Print me the resulting graph from the given data. 根据给定的数据打印结果图。

So, to begin, are there any resources I might look at first? 那么,首先,有什么我可以参考的资源吗? I did some searching, found this , but I don't quite understand what to do with that. 我做了一些搜索,发现了这个 ,但是我不太明白该怎么做。

Thank you for reading! 感谢您的阅读!

Get an IDE like visual studio code or eclipse to code. 获取诸如Visual Studio代码或Eclipse代码之类的IDE。 I recommend Visual Studio Code. 我建议使用Visual Studio Code。

Become familiar with Java in the IDE: https://code.visualstudio.com/docs/java/java-tutorial#_create-the-program 在IDE中熟悉Java: https//code.visualstudio.com/docs/java/java-tutorial#_create-the-program

Then follow those Google instructions. 然后按照Google的说明进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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