I'm new to KDE development. I wrote a plasmoid that needs to store its data somewhere, namely - ical feeds need to be stored for offline usage.
While I could just write it to ~/.ical/ or some other location I would make up, I'd like to know what is the proper way of doing it - is there an API i can query about the path to store my private data?
I have received an answer on KDE forums:
So my code now looks like this:
where "gcal-agenda" is the name of my plasmoid.