problem configuring ICS over UI #2257
Unanswered
christopherpross
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The parameters are treated as one string. I changed this in #2262. You can probably take them and URL encode them (if you see it in the network part of your browser you can change to view source (chromium) or raw (Firefox) to see how the parameters are actually transmitted. You can probably use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I try to setup the integration the first time, now over the new ui.
I have to use the ICS-module, because my city provides only a Ical file. You have to send a post request with some x-urlencoded form parameters.
Now I have the issue, that I can not enter the parameters for the formular values. I don't know which format is expected in the text box. In the docs, i found, that this is from type "dict". But the format:
{"strasse":"21","hausnr":"3","ical":"+icalendar"}
is not working, the parameters looks like to parsed and not send correctly to the server.
Maybe someone can help me out at this point? How to enter the parameters and headers? Which format does expect the ui to work?
all the best,
Christopher
Beta Was this translation helpful? Give feedback.
All reactions