The variable `calendar-buffer' is defined with defconst, however I am not sure why this is the case. In fact, there are a bunch of buffer name options in calendar.el that are defined using `defconst', and they might be better as `defcustom' instead. This patch switches those variables to `defcustom'.