CalendarSync
CalendarSync copied to clipboard
outlook: fix temporary memory leak while listing events
As the whole request body is read using io.ReadAll, thus the request can be freed immediately afterwards.
Might help with https://github.com/inovex/CalendarSync/issues/180 .