PEAK XOOPS - Re: Daily Events Difficulty in englishin japanese

Re: Daily Events Difficulty

List posts in the topic

question Re: Daily Events Difficulty

msg# 1.1.1.1.1.1.2.1.2
depth:
8
Previous post - Next post | Parent - Children.1 | Posted on 2004/1/23 11:56
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:
kjs222 wrote:
In "function rrule_extract( $event_id )"

Change all:

$duration = $event->end - $event->start ;

to:

if ($event->allday) $duration=1;
else $duration = $event->end - $event->start ;

This makes sure all-day event does not overlap to second day.
I can't understand the meaning of this code.
All of allday events has its length.
It's integral multiples of 86400.

If some allday events whose length is only a day are displayed separated two days,
tell me the conditions of the events.

Of course, 6 conditions which I have mentioned are necessary.

The most ordinary reason why some allday events are displayed separatly is that the server timezone has been changed. (or setting of server Timezone in XOOPS has been changed or has been wrong)

First of all, try to modify the allday event right now.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!