A: 

As far as I know, it is not possible without customizing the sharepoint template (list definition) for the Calendar list.

makc_de
Can you explain me how to do it in harepoint template (list definition) for the Calendar list.
Kiruba
A: 

Can you explain me how to do it in harepoint template (list definition) for the Calendar list.

Kiruba
Kiruba: Please leave a comment to makc_de rather than an answer as what you've written here isn't an answer. makc_de will also be notified this way.
Alex Angas
A: 

Please refer to the out of the box list definition feature:

(12\TEMPLATE\FEATURES\EventLists)

Do not modify the files in this directory... if you wish to create your own feature, then simply copy/paste the contents to a new directory in FEATURES (and change the feature GUID), or add the contents to your Visual Studio project (depends on how you want to deploy).

You will need to modify the schema.xml file in the \Events directory. You can refer to this link to help you with that:

http://msdn.microsoft.com/en-us/library/ms459356.aspx

Ajay Nayak
A: 

for hiding something like that you might want to look at a more lightweight solution like jquery or CSS. unfortunately I can't see the rendered html code at the moment but if ou are familiar jquery or css id imagine it wouldnt be that difficult.

brian brinley