stop Mail.app from popping-up for every calendar notification.
Simply run the following command in a Terminal window to disable the Mail.app altogether:
sudo mv /Applications/Mail.app/Contents/MacOS/{,_}Mail
If, at any point, you want to go back to using Mail.app simply run the opposite command to revert:
sudo mv /Applications/Mail.app/Contents/MacOS/{_,}Mail