The SelectionMode property allows you to get or set the value indicating what kind of selections are allowed on the calendar. There are four values available, named None, SingleDate, SingleRange, and MultipleRange. The enum value SingleDate is default, and allows you to select only a single date. But when you want multi-selection, set it as MultipleRange:
<Calendar SelectionMode="MultipleRange" />