First of all , make sure you added a reference to eventCalendar.dll assembly ,
then in your page , register the control like this
<%@ Register TagPrefix="ec" Namespace="ControlSample" Assembly="EventCalendar" %>
then , you can use it as follows :
<ec:EventCalendar runat="server" ID="eventscalendar" .....