[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recurring Anniversary Instances?



Quick question (I hope).

If I have a recurring event set to occur every Wednesday at 1:00PM, is it
legal to reschedule a specific occurrence to be an anniversary type
occurrence.  For example, reschedule a Wednesday 1:00PM to a Tuesday
anniversary date?  VEVENT example shown below.

   BEGIN:VCALENDAR
   PRODID:-//ACME/DesktopCalendar//EN
   METHOD:PUBLISH
   VERSION:2.1
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   DTSTAMP:19990714T190000Z
   UID:0981234-1234234-23@example.com
   DTSTART:19990714T130000
   DTEND:19990714T150000
   RRULE:FREQ=WEEKLY;INTERVAL=1
   EXDATE:19990721T130000
   RDATE;VALUE=DATE:19990720		*** is this valid?
   SUMMARY: Example Event
   END:VEVENT
   END:VCALENDAR

Thanks,
Dan Hickman