[Feature]: E-mail notification
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
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.
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?
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)
I like how it looks.
Does it work or has any issues ... ?
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.
#130