Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget: Calendar month view doesn't show events more than 5 days in the past #3350

Closed
dasgarner opened this issue Feb 27, 2024 · 0 comments · Fixed by xibosignage/xibo-cms#2394
Assignees
Labels
Milestone

Comments

@dasgarner
Copy link
Member

The provider doesn't seem to return events in a sensible time frame for the type of calendar.
$iCalConfig['filterDaysAfter'] and $iCalConfig['filterDaysBefore'] don’t seem to be right.

For monthly calendar, for example, we would expect it to return the events for the current month.:

  • Set Events from the start of the to month
  • for an interval of of 1 month
  • Should show the month event, but it gets days before and after wrong
    • Range start: 2024-01-01 00:00:00, range end: 2024-02-01 00:00:00, config: array ( 'replaceWindowsTimeZoneIds' => false, 'defaultSpan' => 1, 'filterDaysBefore' => 5, 'filterDaysAfter' => 33, )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant