Create Calendar System
POST /api/creative/timelines/calendar-systems
Create a custom fantasy calendar system.
Request Body required
Section titled “Request Body required ”POST /timelines/calendar-systems body.
object
Calendar name
Description
Eras
Single era definition within a calendar system.
object
Era name (e.g. ‘First Age’)
Short form (e.g. ‘FA’)
Sort key where this era begins
Whether this is the active/ongoing era
Months
Single month within a calendar system.
object
Month name
Number of days in this month
Days per week
Day names
Epoch label
Format template
Responses
Section titled “ Responses ”Successful Response
Single calendar system response.
object
Operation status
Calendar system
object
Project this calendar belongs to
Calendar name
Calendar description
Era definitions
Single era definition within a calendar system.
object
Era name (e.g. ‘First Age’)
Short form (e.g. ‘FA’)
Sort key where this era begins
Whether this is the active/ongoing era
Month definitions
Single month within a calendar system.
object
Month name
Number of days in this month
Days per week
Day names in order
Label for year numbering
Template for formatting dates
Validation Error