manage-calendar
Read, advance, or set the in-world date and time for a D&D 5e Foundry VTT world. Advance time to trigger dawn, dusk, day recovery, and bastion turns.
Instructions
[D&D 5e] The in-world date and time (dnd5e 6.0 calendar on Foundry v14 game.time). action "read" (default) reports the calendar in use, whether it is enabled, and the current date / time (year as displayed, month name + number, day, weekday, hour, minute, plus the system's own formatted / approximate strings). "advance" moves time by rounds / minutes / hours / days / seconds (negative rewinds) — this is what triggers dawn / dusk / day recovery and bastion turns when the calendar is enabled. "set" jumps to a date (year / month by number or name / day) and/or a time of day (hour / minute); omitted parts keep their value. Writes report before → after. Enable the calendar / pick one with configure-dnd5e-settings. GM-only writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | set: the day of the month (1-based). | |
| days | No | advance: days; negative rewinds. | |
| hour | No | set: the hour (0–23). | |
| year | No | set: the year as displayed (e.g. 1492 DR). | |
| hours | No | advance: hours; negative rewinds. | |
| month | No | set: the month — its number (1-based) or its name in the active calendar ("Mirtul"). | |
| action | No | read the calendar (default); advance the world time; set the date / time of day. | read |
| minute | No | set: the minute (0–59). | |
| rounds | No | advance: combat rounds (6 s each); negative rewinds. | |
| minutes | No | advance: minutes; negative rewinds. | |
| seconds | No | advance: seconds; negative rewinds. |