diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-13 13:47:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-13 13:47:45 -0300 |
| commit | 72bb8a128b2d7d3c2c654644cd68d0d0fe58a3b1 (patch) | |
| tree | 9d2ee236bf72d540b5eca364a1ff60449dd9aa04 /52.md | |
| parent | a5047326d4d7c28e66c5d1262c252b86a1c8fe67 (diff) | |
merge nips 12, 16, 20 and 33 into nip 01 (#703)
Co-authored-by: Viktor Vsk <me@viktorvsk.com>
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -6,7 +6,7 @@ Calendar Events | |||
| 6 | 6 | ||
| 7 | `draft` `optional` `author:tyiu` | 7 | `draft` `optional` `author:tyiu` |
| 8 | 8 | ||
| 9 | This specification defines calendar events representing an occurrence at a specific moment or between moments. These calendar events are replaceable and referenceable per [NIP-33](33.md) and deletable per [NIP-09](09.md). | 9 | This specification defines calendar events representing an occurrence at a specific moment or between moments. These calendar events are _parameterized replaceable_ and deletable per [NIP-09](09.md). |
| 10 | 10 | ||
| 11 | Unlike the term `calendar event` specific to this NIP, the term `event` is used broadly in all the NIPs to describe any Nostr event. The distinction is being made here to discern between the two terms. | 11 | Unlike the term `calendar event` specific to this NIP, the term `event` is used broadly in all the NIPs to describe any Nostr event. The distinction is being made here to discern between the two terms. |
| 12 | 12 | ||
| @@ -139,7 +139,7 @@ A calendar is a collection of calendar events, represented as a custom replaceab | |||
| 139 | 139 | ||
| 140 | The format uses a custom replaceable list of kind `31924` with a list of tags as described below: | 140 | The format uses a custom replaceable list of kind `31924` with a list of tags as described below: |
| 141 | * `d` (required) calendar name | 141 | * `d` (required) calendar name |
| 142 | * `a` (repeated) reference tag to kind `31922` or `31923` calendar event being responded to per [NIP-33](33.md) | 142 | * `a` (repeated) reference tag to kind `31922` or `31923` calendar event being responded to |
| 143 | 143 | ||
| 144 | ```json | 144 | ```json |
| 145 | { | 145 | { |
| @@ -171,7 +171,7 @@ The format uses a parameterized replaceable event kind `31925`. | |||
| 171 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. | 171 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. |
| 172 | 172 | ||
| 173 | The list of tags are as follows: | 173 | The list of tags are as follows: |
| 174 | * `a` (required) reference tag to kind `31922` or `31923` calendar event being responded to per [NIP-33](33.md) | 174 | * `a` (required) reference tag to kind `31922` or `31923` calendar event being responded to. |
| 175 | * `d` (required) universally unique identifier. Generated by the client creating the calendar event RSVP. | 175 | * `d` (required) universally unique identifier. Generated by the client creating the calendar event RSVP. |
| 176 | * `L` (required) label namespace of `status` per [NIP-32](32.md) | 176 | * `L` (required) label namespace of `status` per [NIP-32](32.md) |
| 177 | * `l` (required) label of `accepted`, `declined`, or `tentative` under the label namespace of `status` per [NIP-32](32.md). Determines attendance status to the referenced calendar event. | 177 | * `l` (required) label of `accepted`, `declined`, or `tentative` under the label namespace of `status` per [NIP-32](32.md). Determines attendance status to the referenced calendar event. |