This commit is contained in:
fiatjaf 2024-01-10 14:28:08 -03:00
parent 0946eb8d34
commit ae73a8dbf7
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

4
52.md
View File

@ -41,7 +41,7 @@ The list of tags are as follows:
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
"created_at": <Unix timestamp in seconds>,
"kind": 31922,
"content": "",
"content": "<description of calendar event>",
"tags": [
["d", "<UUID>"],
@ -106,6 +106,8 @@ The list of tags are as follows:
["d", "<UUID>"],
["title", "<title of calendar event>"],
["image", "<image url>"],
["banner", "<image url>"],
// Timestamps
["start", "<Unix timestamp in seconds>"],