Hi Mikywan, If you've managed to create such an event with the web UI, you should retrieve this event through the API and look at how the API set the recurrence rule. Then, you will only have to copy this recurrence rule for similar events in the future.
Best, Alain On Tue, May 24, 2011 at 3:02 PM, Mikywan <[email protected]> wrote: > 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 > -- Alain Vongsouvanh -- 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
