Re: DTSTART for recurrence instances
Olivier Gutknecht <[email protected]>
| Newsgroups | gmane.ietf.calendar |
|---|---|
| Message-ID | <[email protected]> |
On 10 déc. 03, at 15:12, [email protected] wrote: > Michael replied on 12/09/2003 07:09:43 PM: > > > BEGIN:VEVENT > > > UID:XXX > > > SEQUENCE:1 > > > ... > > > METHOD:REQUEST > > > DTSTART:2-dec-2003 at 2pm > > > DTEND:2-dec-2003 at 3:30pm > > > RECURRENCE-ID:2-dec-2003 at noon > > > .. > > > END:VEVENT > > > > > > Do you agree that is how to move a single instance? > > > > Yes I agree that would be the iTIP to send to move the > > 2nd instance from noon to 2pm. > > I agree too. (I dont know if Oliver didnt see Dougs posting was > directed at him or not so maybe thats why he didnt respond yet.) I agree too. I was just somewhat offline in the last two days, sorry for the delay. > > Now I believe the next step is to move it from 2pm to 4pm. > > (I moved the RECURRENCE-ID property to place it with the > identifiers.) > > > > BEGIN:VEVENT > > METHOD:REQUEST > > UID:XXX > > RECURRENCE-ID:2-dec-2003 at noon > > SEQUENCE:2 > > ... > > DTSTART:2-dec-2003 at 4pm > > DTEND:2-dec-2003 at 5:30pm > > .. > > END:VEVENT > > > > The key being that Recurrence-id is "at noon" and not "at 2pm". > > Do you agree that is how to move a single instance a second time? > Yes. If the instance was previously identified as above with the first REQUEST, yes I agree. Ol.