Change Notes
2015-04-25
- Restructure of information and fix broken links
- Add implementation nots on event synchronization
2015-09-07
FEATURES
- New endpoint to get and patch time-block-suggestions
- Added authorization through ActionTokens, next to normal Tokens (docs)
- /event-subscriptions
- Added filter on
service_ids
, returns subscriptions of events which are in calendars related to the given services (also returns the belonging tags of the subscribers)
- Added filter on
BUGFIXES
- /events endpoint
- Now correctly defaults the
modified
andcreated
date to current date time - Now allows to actually set the
source_url
- Now correctly defaults the
- /event-subscriptions
- Now correctly defaults to to subscribe_(read/write) when setting rsvp to
attending
- Now correctly defaults to to subscribe_(read/write) when setting rsvp to
2015-08-15
FEATURES
- New event type
time_block
(docs) - New event field
due
(docs) - New event GET parameter
order_by
optiondue
(docs) - New event GET parameter
order_asc
: true (default) / false (docs)
BUGFIXES
- GET events endpoint now correctly returns the ordering when combined with pagination (limit & offset)