traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.17k stars 58 forks source link

Anyway to import a calander and tag those entries? #164

Closed staticfrost closed 6 months ago

staticfrost commented 6 months ago

Hey, is there anyway to import a ICS or a Google Calander link and have it be tagged in automatically?

jmattheis commented 6 months ago

No, you could script it yourself and use the graphql api to create timespans / tags.

staticfrost commented 6 months ago

I don't have that knowledge, is there any doco i could read to help?

jmattheis commented 6 months ago

Only the graphql api definition https://github.com/traggo/server/blob/master/schema.graphql there you could use createTimeSpan to create a timespan.

Closing in favor of #156