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
The links are path-based with query parameters for intent parsing. The base URL is https://eventsl.ink.
- Show an event:
/eventor/e
Search parameters for event links:
- One of the following:
at: an AT Protocol event record URIurl: an HTTP URL pointing to a JSON event payloaddata: inline JSON event data
Examples: