I would like to be able to select some text from a note, and create a new event for the Full Calendar plugin, with the user prompted for the “scheduled” date/time.
It seems like this would be possible using a QuickAdd “capture” action. The idea is that I would like to select some text in a note, trigger the QuickAdd capture which will:
Prompt the user (me!) for a “Scheduled” date and time.
Create a new note in the designated folder with an appropriate filename.
Add the YAML metadata front matter that includes the event title, date, and startTime fields populated from the information the user entered, while the endTime defautls to startTime + 1 hour.
Things I have tried
Based on going through the documentation of QuickAdd etc., I came up with the following “Capture”