Returns the user's future foodsharing dates as iCal.
GET
/api/calendar/{token}
This includes pickups and meetings / events.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
token*
Access token
Typestring
RequiredQuery Parameters
formatting
How to format description texts
Typestring
Default
"alt"
events
Include all or only answered invitations to events
Typestring
Default
"invitations"
pickups
Whether to include pickups
Typestring
Default
true
history
Whether to include some past events
Typestring
Default
true
reminders
List of reminders to include in the calendar
Typestring
Default
""
Responses
Success.