ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 89 forks source link

upcoming calendar events are displayed with striketrough title #71

Closed foss- closed 1 year ago

foss- commented 1 year ago

Noticed this before. Not sure if this applies to all upcoming events or if this happens only sporadically. Can say for sure this only happens to the next upcoming event. Events after that do not show with strike-through.

If this is expected, I don't understand what the strike-through would convey.

upcoming event strikethrough

ospfranco commented 1 year ago

That's weird, I will take a look later

ospfranco commented 1 year ago

Ah woops, has to do with the latest change:

https://github.com/ospfranco/sol/blob/main/macos/sol-macOS/lib/CalendarHelper.swift#L44

I made some mistakes showing the issues and tentative appointments where never shown, now they are but status === 3 equals cancelled not 2 :P

ospfranco commented 1 year ago

Should be fixed now

foss- commented 1 year ago

Verified in 1.1.55, thank you.