Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledyx/googlecalendarapiwrapper
Google Calendar API Wrapper (For Android)
https://github.com/ledyx/googlecalendarapiwrapper
Last synced: about 1 month ago
JSON representation
Google Calendar API Wrapper (For Android)
- Host: GitHub
- URL: https://github.com/ledyx/googlecalendarapiwrapper
- Owner: ledyx
- Created: 2017-05-26T18:05:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T06:47:23.000Z (over 7 years ago)
- Last Synced: 2024-04-22T16:22:48.308Z (8 months ago)
- Language: Java
- Size: 265 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleCalendarAPIWrapper
Google Calendar API Wrapper (For Android)![](https://github.com/xeyez/GoogleCalendarAPIWrapper/blob/master/screenshot.jpg)
# Environment
- [AndridAnnotations](http://androidannotations.org/)
- [RxAndroid2](https://github.com/ReactiveX/RxAndroid)
- [Lightweight-Stream-API](https://github.com/aNNiMON/Lightweight-Stream-API)
- [Lombok](https://projectlombok.org/)
- [Joda-Time](http://www.joda.org/joda-time/)# Reference
- [Google Calendar API - Android Quickstart](https://developers.google.com/google-apps/calendar/quickstart/android#step_4_prepare_the_project)
- [calendar-cmdline-sample](https://github.com/google/google-api-java-client-samples/tree/master/calendar-cmdline-sample)