Read the statement by Michael Teeuw here.
Calendar problems with timestamp
-
Hi all,
i have problems with the default calandar module. I sync with an outlook calendar. Its fine, if i edit calendar entries and do not use a specific timestamp for example from 9-10 o’clock. Without the timestamp and only with a day, the module works fine. It says for example, the entries is in 2 days or tomorrow. With the timestamp it always come to an error “invalid date”.
I look in the code. The problem is, that the if-else condition is checking “fullday” otherwise it is the else condition. But in the else condition he don’t know the event.startdate. The startdate is always “invalid date”. Anybody know why? Otherwise now is the current date with time and will be correct. It is possible, that he do not know the format of the startdate from outlook?