The simplest poc solution could be implementation of following scenario for magistral case:
- User created task
- User pressed add reminder on editor
- User picked stamp
- User saw option iCal button
- User pressed iCal button
- bullet option
save as
oropen with
- User picked
save as
option- System file saving dialog opened
- User picked file path
- iCal event with joplin style mardown link in body was created at picked location
- User picked
open with
option- iCal event with joplin style mardown link in body was created in temporary directory
- System open with api used to open created iCal event (xdg-open for linux for example)
Other option which should be implemented to achive this - joplin should be able to search and/or open it’s own markdown uri.