Closed tsneidin closed 7 years ago
Ok, I’ll check. Would you mind giving your ics url for exact test?(if you don’t mind...)
@tsneidin I fix it now. sorry for bugs.
Thank you. I will test later today and thank you for the fine calendar module.
I'm trying to make the calendar display as compact as possible. To this end I've got a couple ideas.
line 188 render.js case "weekly": if (!cfg.subtitleFormat) { title = moment(md).startOf('week').format(cfg.titleFormat)
Are these enhancements you'd be willing to add?
Thanks.
On Wed, Oct 4, 2017 at 3:38 AM, eouia notifications@github.com wrote:
@tsneidin https://github.com/tsneidin I fix it now. sorry for bugs.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eouia/MMM-CalendarExt/issues/14#issuecomment-334087846, or mute the thread https://github.com/notifications/unsubscribe-auth/AOozt9-6e4QfHoxM6hcB2aOkHfhcScm0ks5so0QfgaJpZM4PsmfA .
-- Todd Neidinger
In my testing I'm still seeing that all day events sort at the top of weekly view even with most recent version
[image: Inline image 1]
On Wed, Oct 4, 2017 at 8:44 AM, Todd Neidinger tneidinger@gmail.com wrote:
Thank you. I will test later today and thank you for the fine calendar module.
I'm trying to make the calendar display as compact as possible. To this end I've got a couple ideas.
- Remove subtitle from weekly view. I suggest this:
line 188 render.js case "weekly": if (!cfg.subtitleFormat) { title = moment(md).startOf('week').format(cfg.titleFormat)
- " - "
- moment(md).endOf('week').format(cfg.titleFormat) }else{ title = (isThisYear) ? md.format(cfg.titleFormat) : md.format(cfg.overTitleFormat) subtitle = moment(md).startOf("week").format(cfg.subtitleFormat)
- " - "
- moment(md).endOf("week").format(cfg.subtitleFormat) } break
- remove entries from weekly view that have already occurred.
Are these enhancements you'd be willing to add?
Thanks.
On Wed, Oct 4, 2017 at 3:38 AM, eouia notifications@github.com wrote:
@tsneidin https://github.com/tsneidin I fix it now. sorry for bugs.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eouia/MMM-CalendarExt/issues/14#issuecomment-334087846, or mute the thread https://github.com/notifications/unsubscribe-auth/AOozt9-6e4QfHoxM6hcB2aOkHfhcScm0ks5so0QfgaJpZM4PsmfA .
-- Todd Neidinger
-- Todd Neidinger
@tsneidin Thanks for your suggestion.
For weekly subtitle.
title
and adjusting size of subtitle
could be.For sorting fulldayEvent priority.
upcoming
view) - Many calendar applications display same.Have you any more issue? I'll close this.
The recurring entry in the first week is not properly sorted. It also appears that sorting across multiple calendars is not working as seen in the second week.