Closed curdaneta closed 5 years ago
Hi! I haven't upgraded to Catalina yet but plan to do so in the next day or so. I'll dig into soon, but at this point, no, I don't know what changes are needed yet.
Great @davidlday take your time
Same problem here, it seems that Reminders stopped supporting CALDAV in Catalina :/
Starting to make some notes.
~/Library/Calendars/Calendar Cache
) to a set of 3 (at least for me) new databases under ~/Library/Reminders/Container_v1/Stores/
. Will take some work to reverse engineer them.Good to know that you're already working with Catalina @davidlday
I started messing around with the code on my own in an attempt to get it working but got stuck and didn’t have time to keep playing with it — I’m happy to provide the modified .coffee if you’d like
I started messing around with the code on my own in an attempt to get it working but got stuck and didn’t have time to keep playing with it — I’m happy to provide the modified .coffee if you’d like
@monkeemunk - that would be a big help, thank you!
Friends, I think I have it fixed. If any of you would be willing to test, I'd certainly appreciate it. Backup and replace pending.sh
in the reminders.widget
widget folder with the one from the catalina branch. I've also updated reminders.widget.zip if you want to download the whole package, but I've only changed the one file. Let me know results. Thanks for your patience!
Update: Corrected link to reminders.widget.zip
very good job! I just tried it in Catalina and it does work. I notice a glitch, it does not recognise the "listsToNotShow" parameter, and if you add a list there, the widget disappears again.
Great job @davidlday works like a charm!
very good job! I just tried it in Catalina and it does work. I notice a glitch, it does not recognise the "listsToNotShow" parameter, and if you add a list there, the widget disappears again.
@coolajami - So I noticed while testing that if I updated the file(s) while Ubersicht was running, I'd get the behavior you described. The widget would disappear. If you haven't already, make sure you close Ubersicht, update the files again, then restart the application. Let me know the results, pls.
Hi @davidlday I tried what you suggest and had the same problem again. However I found a solution: tha name of each list in the listsToNotShow should go within apostrophes as below:
listsToNotShow:['ListToNotShow1','ListToNotShow2']
that solved it for me.
Hello
Any chance to point how to use it with mac OS Catalina? Thanks