[GH-ISSUE #202] Improve formatting for Google Calendar #107

Closed
opened 2026-03-20 17:26:43 +01:00 by sascha_hemi · 4 comments
Owner

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
PXL_20240113_025655946

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** ![PXL_20240113_025655946](https://github.com/jjwbruijn/OpenEPaperLink/assets/11315210/b4a6b7ce-1ab0-446d-a2b6-bfcd7f8cdd30)
sascha_hemi added the enhancementap fw labels 2026-03-20 17:26:43 +01:00
Author
Owner

@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.

<!-- gh-comment-id:1951321483 --> @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.
Author
Owner

@nlimper commented on GitHub (Feb 18, 2024):

Thanks for the report. I will fix it.

<!-- gh-comment-id:1951382530 --> @nlimper commented on GitHub (Feb 18, 2024): Thanks for the report. I will fix it.
Author
Owner

@peterchs commented on GitHub (Feb 24, 2024):

Latest 2.5beta fixes date formatting, thanks.
Cant comment on the text wrapping events arent long enough.

<!-- gh-comment-id:1962439490 --> @peterchs commented on GitHub (Feb 24, 2024): Latest 2.5beta fixes date formatting, thanks. Cant comment on the text wrapping events arent long enough.
Author
Owner

@nlimper commented on GitHub (Mar 18, 2024):

fixed. Long lines get truncated now.
(in upcoming commit/releases)

<!-- gh-comment-id:2004415944 --> @nlimper commented on GitHub (Mar 18, 2024): fixed. Long lines get truncated now. (in upcoming commit/releases)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#107