mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #202] Improve formatting for Google Calendar #3426
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 @psfales on GitHub (Jan 13, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/202
Originally assigned to: @nlimper on GitHub.
Is your feature request related to a problem? Please describe.
If a Google Calendar entry is longer than one line, it wraps around and overwrites the next line. (See photo for an example)
Describe the solution you'd like
Simplest would be just truncate the line at the right edge. Nicer would be to use two (or more lines) for the entry if necessary. (The subsequent lines could be indented so they line of up with the first, rather than start at the left edge)
Describe alternatives you've considered
I could try to remember to keep the calendar entries short, but would prefer not to do that
Additional context

@peterchs commented on GitHub (Feb 18, 2024):
I truncate the event titles in the google calendar script to work around this wrapping.
Also the date in the top right doesnt adhere to the configured language.json "date_format" its always dd-mm-YYYY for me.
@nlimper commented on GitHub (Feb 18, 2024):
Thanks for the report. I will fix it.
@peterchs commented on GitHub (Feb 24, 2024):
Latest 2.5beta fixes date formatting, thanks.
Cant comment on the text wrapping events arent long enough.
@nlimper commented on GitHub (Mar 18, 2024):
fixed. Long lines get truncated now.
(in upcoming commit/releases)