Android Question How include device calendar in the app

Roberto P.

Well-Known Member
Licensed User
Longtime User
how can I include and display the device calendar in the app? As if it were an IFrame html that includes a page. You can also do with the email?
Thank You
Regards
 

DonManfred

Expert
Licensed User
Longtime User
how can I include and display the device calendar in the app?
Search for Calendar2 library. This will read the Devices Calendars.
But i´m not familar with this library and how to get the event-details... But this may be a start for your research
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
You cannot embed other apps inside your app.

hello Erel
there is no other way to include / use or recall these apps? Reflector, object or API?
Thank You
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
Search for Calendar2 library. This will read the Devices Calendars.
But i´m not familar with this library and how to get the event-details... But this may be a start for your research
hello DonManfred,
you've seen Calendar2 library, but does not seem complete and integrated as the standard library.
Thanks for your answer
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
there is no other way to include / use or recall these apps? Reflector, object or API?
No. You cannot embed other applications inside your application. There is not such feature in Android.

In some cases you can send an intent that will start the other app and then return to your app.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
but does not seem complete and integrated as the standard library
You must be more precise. What exactly you are missing?

As is told above; i´m not familar with this library... just found it using the forumsearch and thought it may be the right one.
 
Upvote 0
Top