Skip to content

Commit

Permalink
add example for ics
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed Aug 24, 2021
1 parent 0d63db1 commit 232eb27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
stages: [manual]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
rev: v0.901
hooks:
- id: mypy
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
},
"year_field": "year",
},
"Detmold": {
"url": "https://abfuhrkalender.detmold.de/icsmaker.php",
"method": "GET",
"params": {"strid": 338},
"year_field": "year",
},
}


Expand Down

0 comments on commit 232eb27

Please sign in to comment.