preparing save/update of appointment

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-28 00:55:49 +01:00
parent 9ffa40fd39
commit b7944613b3
6 changed files with 169 additions and 59 deletions
+1
View File
@@ -2,6 +2,7 @@ description = "OpenCloudCal : Web"
dependencies {
implementation(project(":de.srsoftware.cal.api"))
implementation(project(":de.srsoftware.cal.base"))
implementation(project(":de.srsoftware.cal.db"))
implementation("de.srsoftware:tools.http:1.0.4")