upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/52.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2024-05-08 17:19:03 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-05-08 17:19:03 -0300
commit3f5cd0123935b6245fb6077ffe5311e7fb29a8c9 (patch)
treea19147df7c03d5ea28345b2c9036b265fc7ae009 /52.md
parent8073c848a33007c6e03d1de4d4fd17d46c2a0242 (diff)
rename "parameterized replaceable event" to "tagged-replaceable event".tagged-replaceable
Diffstat (limited to '52.md')
-rw-r--r--52.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/52.md b/52.md
index f35d904..88ea8b2 100644
--- a/52.md
+++ b/52.md
@@ -6,7 +6,7 @@ Calendar Events
6 6
7`draft` `optional` 7`draft` `optional`
8 8
9This 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). 9This 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
11Unlike 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. 11Unlike 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
23The format uses a parameterized replaceable event kind `31922`. 23The format uses a tagged-replaceable event kind `31922`.
24 24
25The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. 25The `.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
82The format uses a parameterized replaceable event kind `31923`. 82The format uses a tagged-replaceable event kind `31923`.
83 83
84The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. 84The `.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
183The format uses a parameterized replaceable event kind `31925`. 183The format uses a tagged-replaceable event kind `31925`.
184 184
185The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. 185The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response.
186 186