webuildsg / osx

:computer: a tiny os x menubar app to display the upcoming events and recently updated repos
https://github.com/webuildsg/osx/releases
MIT License
44 stars 5 forks source link

error: cannot remove event osx notifications #20

Open sayanee opened 9 years ago

sayanee commented 9 years ago

related to #19 #13:

Synopsis: If x new events are upcoming within the next hour, it will x new notifications. Hence, upon each cron job, it should remove all notifications in case there are y new events where x > y.

Code reference:

// FIXME: this does not work
// an issue with terminal-notifier
notifier.notify({
    'remove': 'ALL'
});

commented on the related issue https://github.com/mikaelbr/node-notifier/issues/60