Anyway to import a calander and tag those entries?
staticfrost opened this issue · 3 comments
staticfrost commented
Hey, is there anyway to import a ICS or a Google Calander link and have it be tagged in automatically?
jmattheis commented
No, you could script it yourself and use the graphql api to create timespans / tags.
staticfrost commented
I don't have that knowledge, is there any doco i could read to help?
jmattheis commented
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