You need to identify the calendar in question by name e.g.

Set olFolder = Session.GetDefaultFolder(olFolderCalendar).Parent.folders("Calendar Name")
Then process the message if it is in that folder.