addedInput schema / properties / dry_run / description
Added value: +"Required. false writes to Intervals.icu; true only previews without writing."
changedInput schema / properties / events / items / additionalProperties
Previous value: -{}New value: +false
addedInput schema / properties / events / items / properties / category
Added value: +{
+ "const": "NOTE",
+ "description": "Must be NOTE for calendar notes.",
+ "type": "string"
+}
addedInput schema / properties / events / items / properties / color / description
Added value: +"Optional. Usually omit for notes."
addedInput schema / properties / events / items / properties / description / description
Added value: +"Short note text, normally 1-4 lines."
addedInput schema / properties / events / items / properties / end_date_local / description
Added value: +"All-day notes end at the next day YYYY-MM-DDT00:00:00."
removedInput schema / properties / events / items / properties / end_date_local / minLength
Removed value: -10
addedInput schema / properties / events / items / properties / end_date_local / pattern
Added value: +"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}(?::\\d{2})?$"
addedInput schema / properties / events / items / properties / external_id / description
Added value: +"Stable STAS id in the form note:YYYY-MM-DD:<slug>."
removedInput schema / properties / events / items / properties / external_id / minLength
Removed value: -1
addedInput schema / properties / events / items / properties / external_id / pattern
Added value: +"^note:\\d{4}-\\d{2}-\\d{2}:[a-z0-9]+(?:-[a-z0-9]+)*$"
addedInput schema / properties / events / items / properties / name / description
Added value: +"Short note title."
addedInput schema / properties / events / items / properties / start_date_local / description
Added value: +"All-day notes use YYYY-MM-DDT00:00:00."
removedInput schema / properties / events / items / properties / start_date_local / minLength
Removed value: -10
addedInput schema / properties / events / items / properties / start_date_local / pattern
Added value: +"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}(?::\\d{2})?$"
changedInput schema / properties / events / items / required
Previous value: -[
- "name",
- "start_date_local",
- "end_date_local",
- "description",
- "external_id"
-]New value: +[
+ "category",
+ "name",
+ "start_date_local",
+ "end_date_local",
+ "description",
+ "external_id"
+]
changedInput schema / required
Previous value: -[
- "events"
-]New value: +[
+ "events",
+ "dry_run"
+]