diff options
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -25,7 +25,7 @@ The format uses an _addressable event_ of `kind:31922`. | |||
| 25 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. | 25 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. |
| 26 | 26 | ||
| 27 | The list of tags are as follows: | 27 | The list of tags are as follows: |
| 28 | * `d` (required) universally unique identifier (UUID). Generated by the client creating the calendar event. | 28 | * `d` (required) a short unique string identifier. Generated by the client creating the calendar event. |
| 29 | * `title` (required) title of the calendar event | 29 | * `title` (required) title of the calendar event |
| 30 | * `start` (required) inclusive start date in ISO 8601 format (YYYY-MM-DD). Must be less than `end`, if it exists. | 30 | * `start` (required) inclusive start date in ISO 8601 format (YYYY-MM-DD). Must be less than `end`, if it exists. |
| 31 | * `end` (optional) exclusive end date in ISO 8601 format (YYYY-MM-DD). If omitted, the calendar event ends on the same date as `start`. | 31 | * `end` (optional) exclusive end date in ISO 8601 format (YYYY-MM-DD). If omitted, the calendar event ends on the same date as `start`. |
| @@ -46,7 +46,7 @@ The following tags are deprecated: | |||
| 46 | "kind": 31922, | 46 | "kind": 31922, |
| 47 | "content": "<description of calendar event>", | 47 | "content": "<description of calendar event>", |
| 48 | "tags": [ | 48 | "tags": [ |
| 49 | ["d", "<UUID>"], | 49 | ["d", "<random-identifier>"], |
| 50 | 50 | ||
| 51 | ["title", "<title of calendar event>"], | 51 | ["title", "<title of calendar event>"], |
| 52 | 52 | ||
| @@ -84,7 +84,7 @@ The format uses an _addressable event_ kind `31923`. | |||
| 84 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. | 84 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. |
| 85 | 85 | ||
| 86 | The list of tags are as follows: | 86 | The list of tags are as follows: |
| 87 | * `d` (required) universally unique identifier (UUID). Generated by the client creating the calendar event. | 87 | * `d` (required) a short unique string identifier. Generated by the client creating the calendar event. |
| 88 | * `title` (required) title of the calendar event | 88 | * `title` (required) title of the calendar event |
| 89 | * `start` (required) inclusive start Unix timestamp in seconds. Must be less than `end`, if it exists. | 89 | * `start` (required) inclusive start Unix timestamp in seconds. Must be less than `end`, if it exists. |
| 90 | * `end` (optional) exclusive end Unix timestamp in seconds. If omitted, the calendar event ends instantaneously. | 90 | * `end` (optional) exclusive end Unix timestamp in seconds. If omitted, the calendar event ends instantaneously. |
| @@ -110,7 +110,7 @@ The following tags are deprecated: | |||
| 110 | "kind": 31923, | 110 | "kind": 31923, |
| 111 | "content": "<description of calendar event>", | 111 | "content": "<description of calendar event>", |
| 112 | "tags": [ | 112 | "tags": [ |
| 113 | ["d", "<UUID>"], | 113 | ["d", "<random-identifier>"], |
| 114 | 114 | ||
| 115 | ["title", "<title of calendar event>"], | 115 | ["title", "<title of calendar event>"], |
| 116 | ["summary", "<brief description of the calendar event>"], | 116 | ["summary", "<brief description of the calendar event>"], |
| @@ -167,7 +167,7 @@ The format uses a custom replaceable list of kind `31924` with a list of tags as | |||
| 167 | "kind": 31924, | 167 | "kind": 31924, |
| 168 | "content": "<description of calendar>", | 168 | "content": "<description of calendar>", |
| 169 | "tags": [ | 169 | "tags": [ |
| 170 | ["d", "<UUID>"], | 170 | ["d", "<random-identifier>"], |
| 171 | ["title", "<calendar title>"], | 171 | ["title", "<calendar title>"], |
| 172 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"], | 172 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"], |
| 173 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"] | 173 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional relay url>"] |
| @@ -215,7 +215,7 @@ The list of tags are as follows: | |||
| 215 | "tags": [ | 215 | "tags": [ |
| 216 | ["e", "<kind 31922 or 31923 event id", "<optional recommended relay URL>"] | 216 | ["e", "<kind 31922 or 31923 event id", "<optional recommended relay URL>"] |
| 217 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional recommended relay URL>"], | 217 | ["a", "<31922 or 31923>:<calendar event author pubkey>:<d-identifier of calendar event>", "<optional recommended relay URL>"], |
| 218 | ["d", "<UUID>"], | 218 | ["d", "<random-identifier>"], |
| 219 | ["status", "<accepted/declined/tentative>"], | 219 | ["status", "<accepted/declined/tentative>"], |
| 220 | ["fb", "<free/busy>"], | 220 | ["fb", "<free/busy>"], |
| 221 | ["p", "<hex pubkey of kind 31922 or 31923 event>", "<optional recommended relay URL>"] | 221 | ["p", "<hex pubkey of kind 31922 or 31923 event>", "<optional recommended relay URL>"] |