upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2024-01-10 07:31:22 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-01-10 07:31:22 -0300
commitbd248bab2053002a8b3d27fd01be8783fd6f7d93 (patch)
tree38c9c311ee428af0e4f1130fb792dca3a9a7af3a
parent884ea3d8b87fc9c1e0059045aa69f35648dd3593 (diff)
cleanup NIP-52.
-rw-r--r--52.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/52.md b/52.md
index 4ec6836..daaf3ad 100644
--- a/52.md
+++ b/52.md
@@ -35,9 +35,6 @@ The list of tags are as follows:
35* `t` (optional, repeated) hashtag to categorize calendar event 35* `t` (optional, repeated) hashtag to categorize calendar event
36* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc. 36* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
37 37
38The following tags are deprecated:
39* `name` name of the calendar event. Use only if `title` is not available.
40
41```json 38```json
42{ 39{
43 "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, 40 "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
@@ -96,9 +93,6 @@ The list of tags are as follows:
96* `t` (optional, repeated) hashtag to categorize calendar event 93* `t` (optional, repeated) hashtag to categorize calendar event
97* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc. 94* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
98 95
99The following tags are deprecated:
100* `name` name of the calendar event. Use only if `title` is not available.
101
102```json 96```json
103{ 97{
104 "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>, 98 "id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
@@ -210,13 +204,7 @@ The list of tags are as follows:
210} 204}
211``` 205```
212 206
213## Unsolved Limitations 207## Recurring Calendar Events
214
215* No private events
216
217## Intentionally Unsupported Scenarios
218
219### Recurring Calendar Events
220 208
221Recurring calendar events come with a lot of complexity, making it difficult for software and humans to deal with. This complexity includes time zone differences between invitees, daylight savings, leap years, multiple calendar systems, one-off changes in schedule or other metadata, etc. 209Recurring calendar events come with a lot of complexity, making it difficult for software and humans to deal with. This complexity includes time zone differences between invitees, daylight savings, leap years, multiple calendar systems, one-off changes in schedule or other metadata, etc.
222 210