We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60f78a commit 8843e43Copy full SHA for 8843e43
ProcessCalendarEventNotification/index.js
@@ -56,7 +56,7 @@ module.exports = function (context, notification) {
56
'end': `${data.end.dateTime}Z`
57
};
58
//TODO: find a better way of getting the default mail address for the user.
59
- if (data.organizer.emailAddress.address.toLowerCase() === 'my.email@domain.com') {
+ if (data.organizer.emailAddress.address.toLowerCase() === 'gavin.barron@teamintergen.com') {
60
//don't react to meetings I've organized.
61
context.done(new Error('Meeting from self'));
62
return;
0 commit comments