Skip to content

Commit 8843e43

Browse files
author
Gavin Barron
committed
added my email for filteringin demo
1 parent a60f78a commit 8843e43

File tree

1 file changed

+1
-1
lines changed
  • ProcessCalendarEventNotification

1 file changed

+1
-1
lines changed

ProcessCalendarEventNotification/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function (context, notification) {
5656
'end': `${data.end.dateTime}Z`
5757
};
5858
//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') {
59+
if (data.organizer.emailAddress.address.toLowerCase() === 'gavin.barron@teamintergen.com') {
6060
//don't react to meetings I've organized.
6161
context.done(new Error('Meeting from self'));
6262
return;

0 commit comments

Comments
 (0)