Merge 172377329a520301e316039621d795f883ef6100 into 0619f370bca3485bb9c5870bc2defa03c7c3d10e

This commit is contained in:
hodlbod 2025-03-18 09:02:06 -07:00 committed by GitHub
commit c50d0572a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

6
52.md
View File

@ -90,6 +90,7 @@ The list of tags are as follows:
* `end` (optional) exclusive end Unix timestamp in seconds. If omitted, the calendar event ends instantaneously.
* `start_tzid` (optional) time zone of the start timestamp, as defined by the IANA Time Zone Database. e.g., `America/Costa_Rica`
* `end_tzid` (optional) time zone of the end timestamp, as defined by the IANA Time Zone Database. e.g., `America/Costa_Rica`. If omitted and `start_tzid` is provided, the time zone of the end timestamp is the same as the start timestamp.
* `D` (required) the day-granularity unix timestamp on which the event takes place, calculated as `unix_seconds() / seconds_in_one_day`. Multiple tags SHOULD be included to cover the event's timeframe.
* `summary` (optional) brief description of the calendar event
* `image` (optional) url of an image to use for the event
* `location` (optional, repeated) location of the calendar event. e.g. address, GPS coordinates, meeting room name, link to video call
@ -119,6 +120,7 @@ The following tags are deprecated:
// Timestamps
["start", "<Unix timestamp in seconds>"],
["end", "<Unix timestamp in seconds>"],
["D", "82549"],
["start_tzid", "<IANA Time Zone Database identifier>"],
["end_tzid", "<IANA Time Zone Database identifier>"],
@ -223,10 +225,6 @@ The list of tags are as follows:
}
```
## Unsolved Limitations
* No private events
## Intentionally Unsupported Scenarios
### Recurring Calendar Events

View File

@ -289,6 +289,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `a` | coordinates to an event | relay URL | [01](01.md) |
| `A` | root address | relay URL | [22](22.md) |
| `d` | identifier | -- | [01](01.md) |
| `D` | day | -- | [52](52.md) |
| `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) |
| `E` | root event id | relay URL | [22](22.md) |
| `f` | currency code | -- | [69](69.md) |