Android : Android calendar intent shows event with wrong date after event was edited

on Friday, October 24, 2014


When using the intent to show an event which was just created / wasn't edited, the calendar displays the correct details.

However, if the event was edited, the calendar opened on the wrong date (shows the one before the edit) although the new date is passed in the EXTRA_EVENT_BEGIN_TIME and EXTRA_EVENT_END_TIME extras.

I did notice the event ID isn't changing as the event is edited, to query the event id I use event_id column name and query the instances table.


0 comments:

Post a Comment