sum the time used per day
Once when I was young, I have tried this, too. It turned out that all days used 24 hours, more or less exactly. After a while I found it too boring and let it be...
/s
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
sum the time used per day
Once when I was young, I have tried this, too. It turned out that all days used 24 hours, more or less exactly. After a while I found it too boring and let it be...
/s
Ahah !! 😂 so true !
No caldav option that I know of, but several time tracking options.
Thanks, but I'm looking specially for a tool to 'extract' information from a caldav agenda.
The main point is that I use it to book my meetings and so on. And I don't want to have to track my time in another app. :)
Not exactly that but Cfait (which I develop) is a CalDAV task manager (which has an option to create calendar events). I added a time tracking feature so you can add / manage sessions (which show up in the calendar if you chose to activate it) and you do get a total time.
Do you mean this one? https://codeberg.org/trougnouf/cfait
Very nice project! 🤠
Yes :-) thank you!
This might be a little overkill, but Home Assistant can do this.
History Stats.Entity, select the calendar you want to track, and the Type would be Time.State to track. Depending on the specifics, you'll probably want to track if the calendar is On, meaning there's something on the calendar. You can track multiple States, but you probably only need On.Start: {{ now().replace(hour=0, minute=0, second=0) }}
End: {{ now() }}
You can probably adjust the end time to 23:59 if you want to see what's in store for the day looking ahead, but I haven't tried it.
A bit overkill, right. But that's nice to know there is a way.
I have a raspberry pi zero at home, maybe I can try that at some point. 😊
I searched around a bit and found https://github.com/dreiekk/calcdav
not sure if it still works, last commit was 3 years ago (on the other hand, there was no AI vibecoding back then, so thats a plus), but it looks like it might do exactly what you're looking for
on the other hand, there was no AI vibecoding back then, so thats a plus
:D
Ohh!! nice, I didn't see it when I searched.
I'm trying to install it on linux, that's not working so far, but I keep it in mind. :)
Not CalDav but timewarrior does exactly what you describe.
Very nice, indeed, but I use caldav to book all my stuff. That's hard to replace.
Well, you have already written the prompt 🪄