B4X:
Dim Mycal As MyCalendar
Mycal.Initialize
'myMap = Mycal.GetListOfAllCalendars(False)
Mycal.CreateEvent(7,"7test title2","test desc2","",DateTime.now,DateTime.Now+3600000,"",False)
I'm new to b4a.
I added this after adding the calendar2 library. it writes to my new LG android phone but it won't sync to outlook (even after waiting 5 minutes), until I open the appointment and re-save it without changing anything. then it shows on my outlook calendar on my pc.
any ideas why I have to re-save it from my android calendar app.