Getting selected value from Month View

How do I go about getting a certain column from the month view dataset for the selected row?

I want to get the idcontracts value from the selected row from this dataset of the Month View componet.

try(
	{Root Container.Month View.events}[{Root Container.Month View.selectedEvent},"idcontracts"]
,-1)