mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-14 07:49:07 -05:00
cleanup NIP-52.
This commit is contained in:
parent
884ea3d8b8
commit
bd248bab20
14
52.md
14
52.md
|
@ -35,9 +35,6 @@ The list of tags are as follows:
|
||||||
* `t` (optional, repeated) hashtag to categorize calendar event
|
* `t` (optional, repeated) hashtag to categorize calendar event
|
||||||
* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
|
* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
|
||||||
|
|
||||||
The following tags are deprecated:
|
|
||||||
* `name` name of the calendar event. Use only if `title` is not available.
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
|
"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:
|
||||||
* `t` (optional, repeated) hashtag to categorize calendar event
|
* `t` (optional, repeated) hashtag to categorize calendar event
|
||||||
* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
|
* `r` (optional, repeated) references / links to web pages, documents, video calls, recorded videos, etc.
|
||||||
|
|
||||||
The following tags are deprecated:
|
|
||||||
* `name` name of the calendar event. Use only if `title` is not available.
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
|
"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:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Unsolved Limitations
|
## Recurring Calendar Events
|
||||||
|
|
||||||
* No private events
|
|
||||||
|
|
||||||
## Intentionally Unsupported Scenarios
|
|
||||||
|
|
||||||
### Recurring Calendar Events
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user