http://bugzilla.moblin.org/show_bug.cgi?id=3009





--- Comment #30 from yongsheng zhu <[email protected]>  2009-07-30 
02:31:17 ---
(In reply to comment #28)
> (In reply to comment #27)
> >    4 'EXDATE': It has the same interpretation as scheduleworld but different
> > from evolution for a specified time.
> 
> Bug #4457, right?
> 
> Given that we now have two servers with this behavior and ScheduleWorld is 
> slow
> with changing their server, perhaps we should really implement a workaround 
> for
> this in the Synthesis incoming script.
Patrick, I found you have fixed bug $4457.
Could it solve below 2 issues?

1.
client                                   server
BEGIN:VCALENDAR                          BEGIN:VCALENDAR
VERSION:2.0                              VERSION:2.0
  BEGIN:VEVENT                             BEGIN:VEVENT
  SUMMARY:all day event                    SUMMARY:all day event
  DESCRIPTION:all day event                DESCRIPTION:all day event
  DTEND;VALUE=DATE:20060407            |   DTEND:20060406T225959Z
  DTSTART;VALUE=DATE:20060406          |   DTSTART:20060405T230000Z
  END:VEVENT                               END:VEVENT
END:VCALENDAR                            END:VCALENDAR



The reason why 'DTSTART' and 'DTEND' has the time of '23:00'  in the server's
side is because the account's timezone is GMT +1:00

2. 
BEGIN:VCALENDAR                          BEGIN:VCALENDAR
VERSION:2.0                              VERSION:2.0
  BEGIN:VEVENT                             BEGIN:VEVENT
  SUMMARY:recurrence\, daily\, with e      SUMMARY:recurrence\, daily\, with e
   xceptions                                xceptions
  DESCRIPTION:recurrs seven times\, e      DESCRIPTION:recurrs seven times\, e
   xcluding (but counting) Friday and       xcluding (but counting) Friday and
   Saturday                                 Saturday
  DTEND:20060406T190000Z                   DTEND:20060406T190000Z
  DTSTART:20060406T183000Z                 DTSTART:20060406T183000Z
  EXDATE:20060407                      |   EXDATE:20060407T000000Z
  EXDATE:20060408                      |   EXDATE:20060408T000000Z
  RRULE:FREQ=DAILY;UNTIL=20060412T183      RRULE:FREQ=DAILY;UNTIL=20060412T183
   000Z                                     000Z
  END:VEVENT                               END:VEVENT
END:VCALENDAR                            END:VCALENDAR

-- 
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
_______________________________________________
Syncevolution-issues mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution-issues

Reply via email to