Why Duration Is Null For Recurrent Event In Android?
I try to implement one way synchronization with android calendar events (I need original events - not event instances). So, I have the following query: String[] projection = new S
Solution 1:
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.
Post a Comment for "Why Duration Is Null For Recurrent Event In Android?"