Skip to content

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
Required

Query 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
Defaulttrue
history

Whether to include some past events

Typestring
Defaulttrue
reminders

List of reminders to include in the calendar

Typestring
Default""

Responses

Success.

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python