added hash to appointment, implemented KassaBlanca parser

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-21 21:26:04 +01:00
parent fdec07f27c
commit 3158db3bbd
7 changed files with 187 additions and 17 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ description = "OpenCloudCal : Importers"
dependencies {
implementation(project(":de.srsoftware.cal.api"))
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.1.2")
implementation("de.srsoftware:tools.web:1.3.2")
implementation("de.srsoftware:tools.util:1.1.3")
implementation("de.srsoftware:tools.web:1.3.3")
}