diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 14:28:08 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 14:28:08 -0300 |
| commit | ae73a8dbf76b3ab591c88bea608d25a5c82c7502 (patch) | |
| tree | fb8d65d6f9301676af2e6e51a6bc82ed54b330f0 /52.md | |
| parent | 0946eb8d34140e5c24c880f3bffe39c283c39ffd (diff) | |
oops.cleanup-52
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -41,7 +41,7 @@ The list of tags are as follows: | |||
| 41 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 41 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 42 | "created_at": <Unix timestamp in seconds>, | 42 | "created_at": <Unix timestamp in seconds>, |
| 43 | "kind": 31922, | 43 | "kind": 31922, |
| 44 | "content": "", | 44 | "content": "<description of calendar event>", |
| 45 | "tags": [ | 45 | "tags": [ |
| 46 | ["d", "<UUID>"], | 46 | ["d", "<UUID>"], |
| 47 | 47 | ||
| @@ -106,6 +106,8 @@ The list of tags are as follows: | |||
| 106 | ["d", "<UUID>"], | 106 | ["d", "<UUID>"], |
| 107 | 107 | ||
| 108 | ["title", "<title of calendar event>"], | 108 | ["title", "<title of calendar event>"], |
| 109 | ["image", "<image url>"], | ||
| 110 | ["banner", "<image url>"], | ||
| 109 | 111 | ||
| 110 | // Timestamps | 112 | // Timestamps |
| 111 | ["start", "<Unix timestamp in seconds>"], | 113 | ["start", "<Unix timestamp in seconds>"], |