Jannis Mattheis
Jannis Mattheis
First there has to be a plan how to map timespans with tags to caldav and after that's done it can be implemented.
I don't think the caldav structure should be implemented via graphql. It should follow the caldav spec for syncing calenders. How do you want to use this feature, could you...
Yeah, could be useful, but is also a lot of effort. We'd have to map time spans to caldav events and then parse and import them into the traggo database....
Sounds like a useful addition :+1:.
Good catch, would you like to file a PR for this?
@cyb3rko Yeah, sounds like a useful addition.
FYI: I'll review this pr on the weekend.
I don't think I want to support something like this officially. I'll move this issue to gotify/contrib, if someone wants to create a plugin for this, I'd be happy to...
Similar #68 This is currently not possible, you could wrap both types into a separate object like this: ```go // goverter:converter type Converter interface { // goverter:autoMap S1 // goverter:autoMap...
You can set the priority like this in home assistent (also included markdown support): ```yml notify: - name: gotify_high platform: rest resource: https://gotify.example.org/message method: POST_JSON headers: X-Gotify-Key: AsQHYA96LH90.RT message_param_name: message...