You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm having some trouble with an event that last over 24 hours. I cannot set the <duration> value over 24 (Network I/O problem: parse error. Invalid int value for HourOfDay).
Sorry, yes this is definitely unusual. :( Apologies for the late response here, no clue whether you're still paying attn to this..
The reason the 05:00 start event is not even showing up is related to the day_change property, which in Giggity defaults to 06:00 when not specified. This itself is a super useful feature of course when a conf has events that last until or start after midnight.
Having events go past the day change would be more difficult to write support for. Giggity would have to internally split them, and possibly also specialcase them in the block schedule layout to prevent them from taking up a lot of otherwise blank space. One could as well split them in the source file, then, which I believe most events do.
Hello! I'm having some trouble with an event that last over 24 hours. I cannot set the
<duration>
value over 24 (Network I/O problem: parse error. Invalid int value for HourOfDay).How can I achieve this?
I tried to split an event in 2 days like this:
But the second event doesn't show up.
I've found out that an event that starts before 06:00 is not recognized and doesn't show up. For example:
doesn't work, but:
is working.
Why is that? Any suggestions about this issue?
Thank you so much!
The text was updated successfully, but these errors were encountered: