added parser for Wotufa

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-02 15:39:16 +01:00
parent 2491e4fbf0
commit 87c67f4aee
8 changed files with 171 additions and 13 deletions
@@ -326,7 +326,7 @@ public class MariaDB implements Database {
.apply(event.title(), event.description(), start, end, location, coords);
// TODO: update links, attachments, tags
LOG.log(WARNING,"updating of tags, links and attachments not implemented!");
return Payload.of(event);
} catch (SQLException sqle) {
return error(sqle, "Failed to update database entry");