ivanomonti Expert Licensed User Longtime User Jan 28, 2019 #1 I'm trying to integrate drive and calendar of google in my application, there are libraries for b4j!
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2019 #2 There are no libraries. However almost all Google services can be accessed through the REST API: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content Upvote 0
There are no libraries. However almost all Google services can be accessed through the REST API: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content
ivanomonti Expert Licensed User Longtime User Jan 28, 2019 #3 Erel said: There are no libraries. However almost all Google services can be accessed through the REST API: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content Click to expand... there is no example on drive or calendar! :-( Upvote 0
Erel said: There are no libraries. However almost all Google services can be accessed through the REST API: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content Click to expand... there is no example on drive or calendar! :-(
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2019 #4 You don't need an example for each service. Start with the people API example. Get it working. Then implement the calendar API: https://developers.google.com/calendar/v3/reference/ Upvote 0
You don't need an example for each service. Start with the people API example. Get it working. Then implement the calendar API: https://developers.google.com/calendar/v3/reference/