Fix bug 3415 - calendar blocks' selected date resets to today at each chandler
startup, though persists across block render/unrender()ing. So we have to
break CPIA's repository persistence of the selectedDate attribute, but only at
chandler startup. This is done by checking a class variable flag, since we know
that will be initialized only at chandler startup (module import time).