Merkuro does not have ability to search for events, so I would like to do that manually. To do it I need the database file containing the information, where could it be if I installed the Flatpak version?
have you looked in ~/.var ?
you could always try adding an event and looking to see what just changed.
find -not \( -path './snap' -prune \) -not \( -path './.cache' -prune \) -type f -mmin -1 -printf "%C+ %p\n" | sort -n | tail -10
1 Like
So I can see /home/yalihupokn/.var/app/org.kde.calindori/ which I’m guessing despite the name is what Merkuro uses, but there’s only an empty personal .ics file there. Where synced calendar data ends up is a mystery (I’ve tried to search for it but I if the data is not plaintext I’ll have missed it)…