Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New source: Add support for Speyer through Gipsprojekt / ICS source #3576

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DerDreschner
Copy link
Contributor

As already thought in #3479, there are indeed other cities still using Gipsprojekt. Speyer is such an example that was requested in #3572. This pull request adds the necessary links and documentation (not only in English, but German as well).

Closes #3572

@DerDreschner DerDreschner changed the title New source:: Add support for Speyer through Gipsprojekt / ICS source New source: Add support for Speyer through Gipsprojekt / ICS source Jan 14, 2025
@perlchamp
Copy link

a little additional note:
the link of speyer is tricky, cause you have to use {%Y} TWICE !
https://www.stadtwerke-speyer.de/speyerGips/Gips?SessionMandant=Speyer&Anwendung=Abfuhrkalender&Methode=TermineAnzeigenICS&Mandant=Speyer&Abfuhrkalender=Speyer{%Y}&Bezirk_ID=17&Jahr={%Y}

@DerDreschner
Copy link
Contributor Author

Yeah, that's why I changed the documentation to check for any year:

Check the URL for any year. In the case of Speyer, it is the case in the Abfuhrkalender and Jahr argument. Replace it with {%Y} as seen in the example configuration.

It's different to Heidelberg and - honestly - quite redundant. But... It is, what it is.

- Replace the Jahr argument with `{%Y}` like in the example configuration. This way the year will be automatically updated.
- Go to the collection schedule URL of your service provider (like <https://www.stadtwerke-speyer.de/muellkalender>) and click on your location/street.
- Right-click the "Im iCalendar-Format abonnieren/speichern" link on the bottom half of the page and copy the URL.
- Replace the `url` in the example configuration with the copied link.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like Replace the url in the example configuration with the copied link. anymore, as it now also appears in the GUI configuration where there is no example. I remove it every time I touch an ICS source containing this sentence.

I'd prefer something like: "Use this URL as the url parameter"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Source Request]: Please add Speyer (GERMANY), all needed informations are given
3 participants