Marius A

Results 134 comments of Marius A

Instead of only 1 schema.sql file, could this also work with *.sql ? We have schema split into multiple sql files. When run in alphabetical order, dependencies are also met...

Hi, would you please consider implementing this in the main calendar, instead of a fork? It's very useful.

Thanks! To leave the hour showing (even though it's current time, rather than the regular hour), I've used this: ``` .tui-full-calendar-timegrid-hourmarker-line-left, .tui-full-calendar-timegrid-todaymarker, .tui-full-calendar-timegrid-hourmarker-line-today, .tui-full-calendar-timegrid-hourmarker-line-right { display: none !important; } ```

I also needed to display events only in local time. To solve it, I changed "2019-11-12T23:00:00Z" to `"2019-11-12T23:00" + getLocaleTimezoneOffset()` The last part computes the proper timezone difference for current...

> Is it really convenient to move the calendar while people drag the event? Yes! This came as a bug report from one of our users. It's very convenient for...

We have the same issue with schedules created after Sun, Mar 29, 2020 (when we switch to Daylight saving time). @dongsik-yoo what would be a good way to solve this,...