Unfortunately the recurrence specification won't let you easily do exactly what you are looking to do. The next closest thing that you can do is to use exception dates for your rule that would move specific dates. Unfortunately, this kind of requires you to expand all of your recurrences to find out if there's a holiday (or weekend if that's important) where you need to flag an exception that moved the appointment to the next day.
If you are building the events programatically, it would be easier. You'd take your holiday list and create exceptions for each holiday where there is a collision. There are libraries in most programming languages to help manipulate recurring events. Google's recurring events follow the specification for icalendar (just google icalendar and rfc and you should find the spec with more detail than you'd care to know). Good luck. Leo On Oct 22, 1:16 pm, Mercier <[EMAIL PROTECTED]> wrote: > Hello, > > I want I add a monthly event in my calendar of google, but this event > has some specifications. Example: > A monthly payment in the day #15. If this day has a holiday, then, the > payment is launched in the next working day. how I make this? > > -- > Laerte Mercier Junior --~--~---------~--~----~------------~-------~--~----~ 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://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
