Android Question Google Calendar

Rajesh Krishnan

Member
Licensed User
Hey
Could anyone please suggest me the way i can accomplish this
i want to create an app for general meetings so in it to book an appointment with the person i would want to meet i will want to create a calendar of events which shows me
1)The slots that are free for booking for me
2)My set of events on a specific day or a week
3)And means of setting remainders for that appointment
 

Widget

Well-Known Member
Licensed User
Longtime User
So if i just want one part of it first,
that is to be able to get the google calendar view on my phone and being able to add events to specific days's in the calendar, and then being able to view the events

1) Why not just install the Google Calendar app? You don't need B4A for that.
https://support.google.com/calendar/answer/2465776?co=GENIE.Platform=Android&hl=en&oco=1


2) Or do you want to be able to access the Google Calendar from a B4A application and access and manipulate the data in B4A? (much harder of course)

2a) Then you can use a library, if you can find one that works like:
Calendar Library may be able to access Google Calendar. I don't know if it is still supported because it is an old thread.
https://www.b4x.com/android/forum/threads/calendar-library.12495/

2b) Or create your own library:
Google Calendar API for Android
https://developers.google.com/google-apps/calendar/quickstart/android

2c) Or access the Google Calendar using HTML via browser. You might try B4A's OkHTTP library to see if you can access the Google Calendar with it.
https://www.b4x.com/android/forum/threads/okhttp-replaces-the-http-library.54723/
https://support.google.com/calendar/answer/2465776?co=GENIE.Platform=Desktop&hl=en&oco=1
 
Upvote 0

Rajesh Krishnan

Member
Licensed User
1) Why not just install the Google Calendar app? You don't need B4A for that.
https://support.google.com/calendar/answer/2465776?co=GENIE.Platform=Android&hl=en&oco=1


2) Or do you want to be able to access the Google Calendar from a B4A application and access and manipulate the data in B4A? (much harder of course)

2a) Then you can use a library, if you can find one that works like:
Calendar Library may be able to access Google Calendar. I don't know if it is still supported because it is an old thread.
https://www.b4x.com/android/forum/threads/calendar-library.12495/

2b) Or create your own library:
Google Calendar API for Android
https://developers.google.com/google-apps/calendar/quickstart/android

2c) Or access the Google Calendar using HTML via browser. You might try B4A's OkHTTP library to see if you can access the Google Calendar with it.
https://www.b4x.com/android/forum/threads/okhttp-replaces-the-http-library.54723/
https://support.google.com/calendar/answer/2465776?co=GENIE.Platform=Desktop&hl=en&oco=1
Hey Thanks, will try that out
 
Upvote 0
Top