Android Question calendar2 writes to android but doesn't sync to computer

darrin

New Member
Licensed User
Longtime User
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.
 

darrin

New Member
Licensed User
Longtime User
it works on my LG X Charge android but 2 co-workers have different Samsung android phones and theirs add the appointment to their android phones but it never syncs to their outlook. if they add an appointment with their phone's built-in calendar, it does sync to their outlook. we tried adding records to all their calendars. is this a mark to sync flag or similar issue?
 
Upvote 0
Top