Closed ZhangYiJiang closed 8 years ago
there is no backend API to put duration
or end_at
when creating or updating agenda.
http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendas/post http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendaid/patch
Please add them.
Should be a documentation problem - duration has been implemented on the agenda since Monday. end_at is a calculated value, so it's not stored. It is calculated from duration + start_at or the day of the last session + start_at if duration is not set.
On Tue, Oct 25, 2016 at 12:05 AM +0800, "Zhu Liang" notifications@github.com wrote:
there is no backend API to put duration
or end_at
when creating or updating agenda.
http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendas/post http://docs.jubliaagenda.apiary.io/#reference/event-agenda/agendaid/patch
Please add them.
You are receiving this because you were assigned. Reply to this email directly or view it on GitHub: https://github.com/ZhangYiJiang/jublia-agenda/issues/39#issuecomment-255785125
okay noted.
basic version implemented with name, description, duration and location editing.
Currently it is not possible to modify any of the agenda settings from the agenda builder screen. This means the user can't rename or add more days to the agenda