|
problem using When in C#: msg#00267org.google.api.calendar
I've taken this code straight from the sample and have noticed that when I insert an event that includes a When then the event does not show up in my calendar. However, if I leave the When of the event emptry (null) then Google calendar defaults the event to the current time and the event is displayed in the calendar. What am I doing wrong? Sample code: When newTime = new When(); newTime.StartTime = startTime; newTime.EndTime = endTime; newTime.AllDay = fAllDay; entry.Times.Add(newTime); |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Can't add event via ColdFusion: 00267, rcamden@xxxxxxxxx |
|---|---|
| Next by Date: | Re: Can't add event via ColdFusion: 00267, rcamden@xxxxxxxxx |
| Previous by Thread: | Accessing non-default Calendari: 00267, Thomas |
| Next by Thread: | Re: problem using When in C#: 00267, Frank Mantek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |