Skip to content

openevnt/eventslink

Repository files navigation

eventsl.ink

Applications can use the eventsl.ink service to create links that open in compatible applications. This allows users to share events across different platforms while maintaining a consistent experience.

graph LR
	A([Application A])
	B([Application B])
	C([Application C])
	Redirector(eventsl.ink)

	Redirector -.-> A
	Redirector -.-> B
	Redirector -->|Preferred App| C

	A -->|Share link| Redirector
Loading

Link Format

The links are path-based with query parameters for intent parsing. The base URL is https://eventsl.ink.

  • Show an event: /event or /e

Search parameters for event links:

  • One of the following:
    • at: an AT Protocol event record URI
    • url: an HTTP URL pointing to a JSON event payload
    • data: inline JSON event data

Examples:

About

Share application-independent links to events

Resources

Stars

Watchers

Forks

Contributors