traggo/server

Anyway to import a calander and tag those entries?

Closed this issue · 3 comments

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

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

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

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