We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Über die API soll es möglich sein, die Events auszulesen und neue Events zu erstellen.
Diese Daten werden für ein Event benötigt:
title
content
start
2017-06-01T10:00:00+01:00
comments_allowed
/events
/events/<event_id>
Ein neues Event wird im Namen des Users erstellt, der den Client autorisiert hat.
Es wird ein neuer Scope event:write benötigt, um im Namens eines User Events erstellen zu dürfen.
event:write
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Über die API soll es möglich sein, die Events auszulesen und neue Events zu erstellen.
Benötigte Daten
Diese Daten werden für ein Event benötigt:
title
(benötigt)content
(benötigt)start
(2017-06-01T10:00:00+01:00
)comments_allowed
(true oder false)Neue Endpoints
/events
: Auflistung der aktiven Events/events/<event_id>
: Anzeige eines bestimmten Events/events
: Neues Event erstellenEin neues Event wird im Namen des Users erstellt, der den Client autorisiert hat.
Scope
Es wird ein neuer Scope
event:write
benötigt, um im Namens eines User Events erstellen zu dürfen.The text was updated successfully, but these errors were encountered: