Christiaan Ras
Christiaan Ras
I read this post about the 100% width rendering problem and I can't manage the chart to take 100% width in the containing div. I tried the zc-render function and...
Hi Mike, I think it was a stubborn caching issue. After tracing the issue for two hours it suddenly disappeared after I removed the doctype. I just inserted the doctype...
Thanks @rlanvin for the fast and helpful response! Is there a way to put the local datetime in the rrule without requiring the false argument (rfcString(false))? I just tried: ```...
@rlanvin events can be floating or bound to a timezone. So I should decide about the argument per event. The rfcString() is called just before the response is sent. I...
Yes, keeping track of floating times could be part of the RRule object since DTSTART is in a format with or without timezone info. For now I solved it by...
@NayThuKhant Great job. Problem with the PR is that dispatchSync will always perform the job/feature synchronously. One of the Lucid features is that jobs/features can be dispatched for delayed/async processing....