Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimeBased = 31923 DateBased = 31922 )
View Source
const DateFormat = "2006-01-02"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarEvent ¶
type CalendarEvent struct { CalendarEventKind Identifier string Title string Image string Start, End time.Time Locations []string Geohashes []string Participants []Participant References []string StartTzid string EndTzid string }
func ParseCalendarEvent ¶
func ParseCalendarEvent(event nostr.Event) CalendarEvent
func (CalendarEvent) ToHashtags ¶
func (calev CalendarEvent) ToHashtags() nostr.Tags
type CalendarEventKind ¶
type CalendarEventKind int
type Participant ¶
Click to show internal directories.
Click to hide internal directories.