Create a calendar event

I am new to Android. I want to create a simple event that can be saved on my Android device.

Can someone help me find the full event code? Please refer to the code or related article.

+3
source share
3 answers

There are no documented, supported, or stable tools in Android. If you want to manipulate Google Calendar, do this using the Google Calendar GData APIs.

+2
source

Hi, look at this link, I think it can be useful Working with a calendar .

+1
source

Source: https://habr.com/ru/post/1794442/


All Articles