Make calendar window smaller to avoid tag limits
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
tags: [
|
||||
["d", initialValues?.d || randomId()],
|
||||
["title", title],
|
||||
["location", location],
|
||||
["location", location || ""],
|
||||
["start", start.toString()],
|
||||
["end", end.toString()],
|
||||
...daysBetween(start, end).map(D => ["D", D.toString()]),
|
||||
|
||||
Reference in New Issue
Block a user