Android Question Create Calendar Event in custom color

DaOel

Member
Licensed User
Longtime User
There is a calendar API which is quite popular.
You can find it here:
https://www.b4x.com/android/forum/threads/calendar-library.12495/
I miss the feature to create a new event and also be able to define the color. As far as i understood it is only possible to read the color of events, but not possible to set them.

Perhaps someone is able to add this feature or explain how to add it :)
Thanks!
 

DaOel

Member
Licensed User
Longtime User
This feature would be very important for my app. So perhaps as a workaround i could use an intent?
Is it possible to passthru information, like starting time, description and color within an intent and the user only presses 'Save event' within the google calendar app?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Is it possible to passthru information, like starting time, description and color within an intent and the user only presses 'Save event' within the google calendar app?
i dont know of the existence of such an intent.
 
Upvote 0
Top