Hidden Fantastical Settings
There are only so many settings a developer can put in a setting screen. Along the road of development, there are often niche settings that donβt make the cut. For better apps, developers often leave hidden settings to access via Terminal or URL callback.
Canβt believe I hadnβt linked to this. Extremely useful if Fantastical is your default Calendar.
These are the ones I use:
Always Show All: Set to YES (β1β) to have the details always visible in the event and reminder popover.
x-fantastical3://defaults?key=AlwaysShowAll&value=1&type=bool&group=1
Dim All Past Items: Set to YES to dim all events and tasks on days in the past. This affects Mac and iOS, List, Month, Week, and Day View.
x-fantastical3://defaults?key=DimAllPastItems&value=1&type=bool&group=1
Default Event Duration: Specify the default event duration in seconds (gives finer control than the presets in the app). For example, to make a default event duration of 25 minutes, use 1500 seconds.
x-fantastical3://defaults?key=DefaultEventDuration&value=1500&type=int&group=1