Skip to content

Backend for delivering datafields as calendar events

For #1116 (closed)

  • datetime and date task_items may be set to be added to the calendar
  • API is provided by data_items endpoint (patch api_data_item_url(task_item, format: :json), params: {task_item: {add_to_calendar: true}})
  • additional improvements on calendar (stable UUIDs for events, suggested calendar name and refresh interval)
Edited by Michael Prilop

Merge request reports