cleanup NIP-52.

This commit is contained in:
fiatjaf 2024-01-10 07:31:22 -03:00
parent 884ea3d8b8
commit bd248bab20
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

14
52.md
View File

@ -35,9 +35,6 @@ The list of tags are as follows:
* `t` (optional, repeated) hashtag to categorize calendar event
* `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
{
"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
* `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
{
"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
* No private events
## Intentionally Unsupported Scenarios
### Recurring Calendar Events
## 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.