diff options
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -6,7 +6,7 @@ Calendar Events | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 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). | 9 | This specification defines calendar events representing an occurrence at a specific moment or between moments. These calendar events are _tagged-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 | ||
| @@ -20,7 +20,7 @@ This kind of calendar event starts on a date and ends before a different date in | |||
| 20 | 20 | ||
| 21 | #### Format | 21 | #### Format |
| 22 | 22 | ||
| 23 | The format uses a parameterized replaceable event kind `31922`. | 23 | The format uses a tagged-replaceable event kind `31922`. |
| 24 | 24 | ||
| 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 | ||
| @@ -79,7 +79,7 @@ This kind of calendar event spans between a start time and end time. | |||
| 79 | 79 | ||
| 80 | #### Format | 80 | #### Format |
| 81 | 81 | ||
| 82 | The format uses a parameterized replaceable event kind `31923`. | 82 | The format uses a tagged-replaceable event kind `31923`. |
| 83 | 83 | ||
| 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 | ||
| @@ -180,7 +180,7 @@ This NIP is also intentionally not defining what happens if a calendar event cha | |||
| 180 | 180 | ||
| 181 | ### Format | 181 | ### Format |
| 182 | 182 | ||
| 183 | The format uses a parameterized replaceable event kind `31925`. | 183 | The format uses a tagged-replaceable event kind `31925`. |
| 184 | 184 | ||
| 185 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. | 185 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. |
| 186 | 186 | ||