diff --git a/event_import.md b/event_import.md index 2bfb0fb..136043c 100644 --- a/event_import.md +++ b/event_import.md @@ -29,6 +29,7 @@ It neglets all event related fields but `title`, `summary` and `url` which it us - [`attributedTo`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedTo) or [`actor`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-actor): Mobilizon uses actor for the user profile and attributedTo for the group. But as `actor` being part of an object is not part of the ActivityPub spec, solely using `attributedTo` might preferred if they are similar. - `id`: This is also used for the `url`. - [`name`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name): The events title. +- [`startTime`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startTime) ### Optional @@ -49,7 +50,6 @@ It neglets all event related fields but `title`, `summary` and `url` which it us - `participantCount`: [Not parsed at the moment](https://framagit.org/framasoft/mobilizon/-/issues/1412) - [`repliesModerationOption`](https://docs.joinmobilizon.org/contribute/activity_pub/#repliesModerationOption) - `remainingAttendeeCapacity`: [Not parsed at the moment](https://framagit.org/framasoft/mobilizon/-/issues/1412) -- [`startTime`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startTime) - [`tag`](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag) - `timezone` - `url`: [Documentation](https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url) - Note: `url` was added to the list as it was referenced in the text but not explicitly listed in the initial set.