Hi all,
first of all: I’m not programming very much. But I’ve the idea of implementing federation to the calendar of my local hackspace since the go live of Mobilizon (yesterday MET).
The MOS (Metalab Operating System) is coded in Python, so I started looking for a Python library. And I found one! But I didn’t find a helpful documentation for it. But since Events are similar to Objects in ActivityStream, it should be as easy as the example? On the other hand Mobilizon added some Attributes to their implementation of federated events. But I don’t see how I could realize this further attributes (especially the repliesModeration and the ical:status attributes) with this library. I also don’t see which attributes are mandatory to federate own events with Mobilizon Instances.
In case my questions are drawn by all my explanations and links:
Which attributes are mandatory for events to federate with Mobilizon?
Are there better suited python libraries for my use case?
If not, how to implement additional attributes like repliesModeration?