Add NIP-52 calendar event publishing via nostrclient #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Publish NIP-52 calendar events to Nostr relays when events are created/updated in the LNbits events extension, following the nostrmarket bidirectional sync pattern.
Scope
nostr/module to the events extension (scaffolding already excluded in pyproject.toml)event_idandevent_created_atcolumns to the events DB table (same pattern as nostrmarket)name→ contentevent_start_date→starttagevent_end_date→endtaginfo→descriptiontagbanner→imagetagprice_per_ticket+currency→ custom tag oramounttagevent_idback in DB for correlationDependencies
References
nostrmarket/services.pylines 144-179 (sign_and_send_to_nostr())~/dev/shocknet/lightning-pub/extension-loader/src/services/nostr/for event dedup and relay pooling