search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

allday event in open souce

Asked by Anonymous
13 years ago.

Hi,

I use daypilot calendar lite. I've found a good code at this topic (http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event) for add DurationColor field (i've added to back and fore color fields)

But i would like to use allday events, like in version 6.0 (open source code are in version 3)...

Someone know how can i implement it ? (i'm coding in vb usualy...)

thank

Comment posted by Lord Arokk
12 years ago.

In theory if you add the time to Start Date and to End Date you should have all day event. This is how I did it :

Assume taht Start Date : 25/06/2011 and End Date 28/06/2011

The way I save to Database is :

Start Date (DateTime type) : 25/06/2011 08:00 ( Assume that Bussiness hours starts at 08:00)

EndDate (DateTime type) : 25/06/2011 18:00 ( Assume that Bussiness hoursend at 18:00)

So when data is fetch from database DayPilot Lite sets the event as all day event.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.