X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fserver%2Fcaldav_reports.c;h=49d1fe8d03f4ca7a07d892e7a5864f337cdaa10b;hp=1bb8b85bba93995957bbb97befbb5a80f7cd6481;hb=cf535e06bb503583c301683ea885220df1b276d5;hpb=724bf4e35d6067c6646430953d685931b5f16b0c diff --git a/webcit-ng/server/caldav_reports.c b/webcit-ng/server/caldav_reports.c index 1bb8b85bb..49d1fe8d0 100644 --- a/webcit-ng/server/caldav_reports.c +++ b/webcit-ng/server/caldav_reports.c @@ -484,11 +484,8 @@ void caldav_report(struct http_transaction *h, struct ctdlsession *c) { syslog(LOG_DEBUG, "CalDAV REPORT type is: %d", crp.report_type); StrBuf *ReportOut = NewStrBuf(); StrBufAppendPrintf(ReportOut, - "" - "" + "", + CALDAV ); // RFC4791 7.8 "calendar-query" REPORT - Client will send a lot of search criteria.