I'm having some problems when programmatically creating recurrent events in Java. When I create a weekly event in which the day/s of week the event repeats is different than when the event starts, the event first instance is still on the date the events is to start. To be clearer, I leave you an example:
New event: Start Date: Wednesday, May 25th. End Date: Wednesday, May 25th. Repeats: Every Tuesday until September 12th. What should happen here is a new event that it will first be on May 31st. What actually happens is a new event that is first seen on May 25th. I've created the same event on Google Calendar's web page and it doesn't happen. What should I do?. Algorithms to solve thing like this are not that easy, and I wouldn't like to create an event and then check if there is some inconsistency on the recurrence, drop the first event. Thanks in advance. Mikywan. -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
