My goal is to create a Day Planner timeblocking system for tasks fetched by Dataview. It would be nice to assign an estimated time parameter to a task and then drag or insert it into the calendar directly and also split a task into multiple sections, i.e. a 2 hour task could be split into two 1 hour tasks
My only idea so far is to create a JS command to turn a task into a Day Planner calendar item, but I am not sure where to start on the other pieces.