Community-edition: [Feature Request] Office 365 Calendar Notifications

Created on 17 Aug 2017  路  10Comments  路  Source: ramboxapp/community-edition

Would like to get notifications for upcoming calendar events in Office 365

wontfix

Most helpful comment

I was able to add basic functionality via the Custom Code field. The popup message still references new emails, but at least it's a notification.

https://github.com/saenzramiro/rambox/blob/3d7ae58fa91d27b44e064522a94119f016e3ec0c/app/util/Notifier.js#L27

function checkUnread(){
  var a=$(".subfolders [role=treeitem]:first .treeNodeRowElement").siblings().last().text() + $("#O365_Notifications_ButtonID").text().trim();
  updateBadge(""===a?0:parseInt(a))
}

image

All 10 comments

I managed to combine the unread emails and calendar notifications in Franz but I only just installed Rambox so I have no clue on how this works in Rambox yet.

It appears it can be read from $("#O365_Notifications_ButtonID").text().trim(). I don't see a way on my Mac to test without doing a full build, etc, but hopefully that will point people in the right direction.

I was able to add basic functionality via the Custom Code field. The popup message still references new emails, but at least it's a notification.

https://github.com/saenzramiro/rambox/blob/3d7ae58fa91d27b44e064522a94119f016e3ec0c/app/util/Notifier.js#L27

function checkUnread(){
  var a=$(".subfolders [role=treeitem]:first .treeNodeRowElement").siblings().last().text() + $("#O365_Notifications_ButtonID").text().trim();
  updateBadge(""===a?0:parseInt(a))
}

image

@pdelre is it possible you can add this as a pull request so that ramiro can look at the code?

@nmat IMO, a PR that just adds my snippet is incomplete for handling a new feature. To properly implement the full feature, the messaging would also need to be changed to match what the user is being notified about (email vs meeting). Hopefully my workaround will help those who are waiting for the feature or the person with the resources to implement a complete solution.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

the problem did not disappear

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

biggestchops picture biggestchops  路  3Comments

MakuSensei picture MakuSensei  路  4Comments

SimJoSt picture SimJoSt  路  4Comments

juanmlambre picture juanmlambre  路  3Comments

menzow picture menzow  路  4Comments