On 17 Apr., 11:32, infopete <[EMAIL PROTECTED]> wrote: > Lotus Notes allows you to create a recurring event such that if the > appointment lands on a weekend you can elect to move the date to the > Following Monday or > Previous Friday > Nearest Weekday > Don't Move > Delete > > Is there a "RRULE" to replicate this?
I don't think so. I guess what Notes does is checking the recurrence instances for weekends and then auto-creating exception records. > If not, can I create a recurring event, save it, read it back and then > modify the dates? That would probably work, but could be very slow (unless you have a local cache) since you need to fetch all instances. Its better to calculate the RRULE locally. Greets, Helge -- http://www.helgehess.eu/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
