Getting "AllDay" for every calendar i create in Google apps using .NET google API Ver 2 .

Posted by Pari on Stack Overflow See other posts from Stack Overflow or by Pari
Published on 2010-04-13T05:59:38Z Indexed on 2010/04/13 6:02 UTC
Read the original article Hit count: 145

Filed under:
|
|

Hi,

I am creating a calendar in google calendar using Google API ver 2. Problem i am facing is:

I am getting all calendar as "ALLDAY".

I tried below code:

When eventTime = new When(); eventTime.AllDay = false; entry.Times.Add(eventTime); // i am not setting dates as i am assigning them in recurrance data.

How to make all day event to false?

Thanx

© Stack Overflow or respective owner

Related posts about c#

Related posts about calendar