diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 07:31:22 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-01-10 07:31:22 -0300 |
| commit | bd248bab2053002a8b3d27fd01be8783fd6f7d93 (patch) | |
| tree | 38c9c311ee428af0e4f1130fb792dca3a9a7af3a | |
| parent | 884ea3d8b87fc9c1e0059045aa69f35648dd3593 (diff) | |
cleanup NIP-52.
| -rw-r--r-- | 52.md | 14 |
1 files changed, 1 insertions, 13 deletions
| @@ -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 | ||
| 38 | The 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 | ||
| 99 | The 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 | ||
| 221 | Recurring 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. | 209 | Recurring 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 | ||