Giving up on doing citserver-side REPORT parsing.
authorArt Cancro <ajc@citadel.org>
Wed, 31 Jan 2024 02:59:50 +0000 (21:59 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 31 Jan 2024 02:59:50 +0000 (21:59 -0500)
commitc552978c0ea0ab081a32d7c29ba62d4c0e8aad60
tree185ff75c59ccd3af1f7757e1a61cf9994017f412
parent88c85ddb9e714faa214de6b103ed5bbf8d0bedea
Giving up on doing citserver-side REPORT parsing.

webcit and citserver are guaranteed to be on the same host now, and
performance over a unix domain socket is likely to approach that of
doing it the "hard" way anyway.  So I pulled out all the crap I was
adding.  It was making the data model very ugly.
citadel/server/modules/calendar/calendar_report.c [deleted file]
citadel/server/modules/calendar/serv_calendar.c
citadel/server/modules/calendar/serv_calendar.h
webcit-ng/server/caldav_reports.c