As of build 6.2.2135 (see the sandbox), the Calendar shouldn't leak anything (on page unload, postback, partial postback, full and partial callback update), at least not anything detectable by drip.
By the way, drip is a bit old tool and I'm not sure if all the issues it reports are actual leaks (at least in IE8). Take this example:
var element = document.createElement("div");
If you don't add the element to the DOM, it is reported as a leak.
Anyway, I have addressed all the issues it reported and it seems that the memory consumption is no longer growing on repeated refresh.
The 6.2 release will include the autorefresh feature, just like the Scheduler.