android: EXDATE format when adding a calendar event
The correct format is:
values.put(Events.EXDATE, "20130116T080000Z");
However you must ensure that it is in UTC time. I was having the same problem starting from PST, so I just had to add 8 hours to get it to work.