I am opening the Android Calendar with:
This works and the Caledar is displayed.
When attempt to add a new event, I receive a notification:
"No calendars" and I must Add an account.
Screenshot attached.
How can I utilise the Android Calendar in my app without having an account setup?
How do I remove the "PC Sync"?
B4X:
i.Initialize(i.ACTION_VIEW, "")
i.SetType("vnd.android.cursor.item/event")
StartActivity(i)
This works and the Caledar is displayed.
When attempt to add a new event, I receive a notification:
"No calendars" and I must Add an account.
Screenshot attached.
How can I utilise the Android Calendar in my app without having an account setup?
How do I remove the "PC Sync"?