obsidian-reminder icon indicating copy to clipboard operation
obsidian-reminder copied to clipboard

[Feature]: E-mail notification

Open TIANTIANSTUDY opened this issue 4 years ago • 6 comments

Goal or desired outcome of this feature

there is a plan pushing messages for a e-mail notifiction?

Describe the feature

there is a plan pushing messages for a e-mail notifiction?

Screenshots, mockups, or videos

No response

TIANTIANSTUDY avatar Oct 12 '21 13:10 TIANTIANSTUDY

Sounds interesting! However, the feature is vulnerable to security.

A plugin setting is accessible from the other plugins in Obsidian. If a malicious user deploys the Obsidian Plugin and a user installs it, they can steal the configuration(SMTP server, user name, password, ...) of the Reminder Plugin.

If I will implement it, I think it would be better to develop it as a separate application instead of this plugin.


P.S. In that case, it would be interesting to sync reminder with Google Calendar.

uphy avatar Oct 13 '21 00:10 uphy

sync reminder with Google Calendar.

this is a great idea.

do you know if this could be done to work on iOS/iPhone? that is, how could a plugin in Obsidian interact with Google Calendar? same as in a browser, via API calls? ajax?

siran avatar Nov 02 '22 00:11 siran

do you know if this could be done to work on iOS/iPhone? that is, how could a plugin in Obsidian interact with Google Calendar? same as in a browser, via API calls? ajax?

Via API. I have tried to develop the feature before. I could sync reminder tasks with Google calendar with API. (ref)

uphy avatar Nov 02 '22 00:11 uphy

I like how it looks.

Does it work or has any issues ... ?

siran avatar Nov 02 '22 01:11 siran

It works but some remaining tasks present.

  • provide a way to mark reminder task as done from Google Calendar task
  • limiting Google API request rate
  • token revoke
  • UI improvement
  • setting to disable Obsidian reminder's notification (avoid double notification)
  • document update
  • ...

I have no much time now, so the task is suspended.

uphy avatar Nov 02 '22 05:11 uphy

#130

uphy avatar Nov 18 '22 14:11 uphy