0

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

4

1 回答 1

0

如果您正在创建一个经常性事件,我认为您根本不应该添加“何时”元素。如果您尝试文档中的示例循环事件代码会发生什么?

您的重复数据是什么样的?

于 2010-04-13T06:08:50.473 回答