diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 10:34:27 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 10:34:27 -0300 |
| commit | 0946eb8d34140e5c24c880f3bffe39c283c39ffd (patch) | |
| tree | 69130def410b5bdaf0c1d6374aa19f0e9bc108e7 | |
| parent | bd248bab2053002a8b3d27fd01be8783fd6f7d93 (diff) | |
nip52: add fields in use by flockstr
| -rw-r--r-- | 52.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -41,11 +41,13 @@ 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": "<description of calendar event>", | 44 | "content": "", |
| 45 | "tags": [ | 45 | "tags": [ |
| 46 | ["d", "<UUID>"], | 46 | ["d", "<UUID>"], |
| 47 | 47 | ||
| 48 | ["title", "<title of calendar event>"], | 48 | ["title", "<title of calendar event>"], |
| 49 | ["image", "<image url>"], | ||
| 50 | ["banner", "<image url>"], | ||
| 49 | 51 | ||
| 50 | // Dates | 52 | // Dates |
| 51 | ["start", "<YYYY-MM-DD>"], | 53 | ["start", "<YYYY-MM-DD>"], |