Fix Calendar scheduling: Wrong RSVP base URL is used

This commit is contained in:
Maurus Decimus
2026-07-05 11:44:56 +02:00
parent 5376d83f3a
commit 5325b57dff
2 changed files with 2 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ impl GroupwareConfig {
.map(|d| d.into_inner().as_secs()),
itip_http_rsvp_url: if sched.http_rsvp_enable {
if let Some(url) = sched
.http_rsvp_template
.http_rsvp_url
.as_deref()
.map(|v| v.trim().trim_end_matches('/'))
.filter(|v| !v.is_empty())