Add field on EntryProposal: Visibility (set to "Public")

This commit is contained in:
2021-11-16 06:23:58 -06:00
parent 4e7b072745
commit fed6a48332
4 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,8 @@ proc asNotionPage*(ep: EventProposal): JsonNode =
"Department": { "multi_select": [ { "name": ep.department } ] },
"Location": makeTextProp("rich_text", ep.location),
"Owner": makeTextProp("rich_text", ep.owner),
"State": { "select": { "name": "Proposed" } }
"State": { "select": { "name": "Proposed" } },
"Visibility": { "select": { "name": "Public" } }
},
"children": [
{