documentation/Event object compatibilty status.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

2023-10-13 12:36:56 +02:00
This document describes what Event object implementations of existing services look like, how they differ and why and what could and should be improved.
## Gancio
```diff
{
2023-10-13 12:56:49 +02:00
"id": "https://gancio-test.event-federation.eu/federation/m/1",
"name": "Test Event",
"url": "https://gancio-test.event-federation.eu/event/test-event",
"type": "Event",
"startTime": "2024-01-18T12:10:00.000+01:00",
"endTime": "2024-01-18T18:30:00.000+01:00",
"location": {
2023-10-13 12:46:31 +02:00
"type": "Place"
2023-10-13 12:56:49 +02:00
"name": "Gmota",
2023-10-13 12:46:31 +02:00
"address": "Münzgragebenstraße 21, 8010 Graz",
2023-10-13 12:56:49 +02:00
"latitude": null,
"longitude": null
},
"attachment": [],
"tag": [],
"published": "2023-10-13T09:56:25.858Z",
"attributedTo": "https://gancio-test.event-federation.eu/federation/u/ganciofortesting",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://gancio-test.event-federation.eu/federation/u/ganciofortesting/followers"
],
2023-10-13 12:36:56 +02:00
- "content": "\n 📍 Gmota\n 📅 Thursday, 18 January (12:10)\n \n This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n",
2023-10-13 12:38:19 +02:00
+ "content": "This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n",
2023-10-13 12:56:49 +02:00
"summary": "\n 📍 Gmota\n 📅 Thursday, 18 January (12:10)\n \n This is an awesome test event! Do not miss it!\n\n\n\nFor sure!\n",
"@context": [
2023-10-13 13:00:14 +02:00
- "https://www.w3.org/ns/activitystreams"
+ "https://www.w3.org/ns/activitystreams",
+ {
+ "sc": "http://schema.org/",
+ "address": {
2023-10-13 13:00:39 +02:00
+ "@id": "sc:address",
+ "@type": "sc:Text"
2023-10-13 12:58:48 +02:00
+ },
2023-10-13 12:38:19 +02:00
+ }
2023-10-13 12:56:49 +02:00
]
2023-10-13 12:36:56 +02:00
}```
The schema stuff got merged right ahead:
https://framagit.org/les/gancio/-/commit/9e1c2c2371e50dd1dbda32b92d5c45e4c0eb0900