mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #476] Feature request: Calendar Offset #3612
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SebastianDammAC on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/476
As a user I would like to have calendars for different days on different tags. While adjusting the apps script to fetch data for different days is not an issue, currently the date for the calendar always shows the current date.
By providing an offset in days the web-interface I would like to be able to set the displayed date to any date relative to the current date.
As mentioned adjusting the apps script works fine but currently the date is hard-coded in contentmanager.cpp
Bonus: If the offset could be handed over to the apps script, it would not be necessary to have modified scripts per selected day-offset and it could automatically fetch the right data from google calendar