Default for "Alarm Notification Options"

Is there a way (even if its a hack) to change the default settings of the Alarm Notification Options for the calendar. I set the notification to send an email to my pager 15 minutes before any meeting… always. I’d like to make that my default so I don’t have to worry about remembering.

Thanks…

Subject: There is no default way of doing this.

To get this to work, it will require template modifications. There is a subform called (AlarmOptions). If you open this in Designer, you make the necessary changes by setting the default value for two fields: $AlarmMemoOptions and $AlarmSendTo.

$AlarmMemoOptions should just be set to “1”. $AlarmSendTo would just need to be hardcoded with the address you wish to send to. I didn’t test this out at all, but I would think these two changes should do the trick.