Hi, I believe there is just abug in rendering the appointment... DateTime _start = DateTime.Today; DateTime _end = _start.AddDays(3);
When when = new When(); when.StartTime = _start.Date; when.EndTime = _end.Date; This should work...the problem is if end == start or end == start+1... Bye LastHope P.S.: please forgive me for this very-short message, but I'm going to sleep...;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
