I am mapping out my novel and I want to construct a timeline of the major events. Here is my challenge:
My novel starts on a known date (1 month before my protagonist’s birthday) and ends 30 days later (on her birthday). I want to map out the events so the end date is exactly correct (30 days). I have all my chapters, scenes, and passages entered. Now I want to link them all together.
There is the situation I want to handle:
- EventA has an exact start date (24 May 2309).
- EventY is linked back to EventA (block/blocked by) and should start at 9am the next day and have a duration of 2 hours. I do not want to fix a date as other events may be inserted between them.
- EventZ is linked back to the previous event and has a duration of 3 hours and needs to start at 6pm that same day.
- Question: How do I configure the date, time, and constraints to get EventZ to start at 6pm regardless of the end time of the previous event. I want the date to be flexible but the time fixed. I tried setting the start to “6pm” but it ignores my input and uses the previous event’s end date. I tried using “Date constraint” with a value of “Start" “matches hour” of "18” but I get a “!” .
- I could forget about linking the events and set fixed dates for every thing but then it’ll be a real headache to change things if I decide to change one event.