I try to implement one way synchronization with android calendar events (I need original events - not event instances). So, I have the following query:
I have an issue with indexes in my original application. CalendarContract.Events.DURATION column solves the problem. It has single event duration in RFC2445 format. I just need to parse it.