What exactly do you mean by accessing the calendar application?
Metro apps cannot interact with each other directly. The calendar app does not have an API. You would need to interact with the services the calendar draws its information (Exchange, Live, Google, etc.) from via their own API
--Rob