Content
View differences
Updated by Oliver Günther about 3 hours ago
### Steps to reproduce
1. Open a meeting series on the web (i.e. this one https://qa.openproject-edge.com/projects/CO/recurring\_meetings/72)
2. verify that there is no end data for that recurring meeting and plenty of upcoming meetings
3. check the API for this meeting series (https://qa.openproject-edge.com/api/v3/recurring\_meetings/72)
4. see that endDate has already past:
`"endAfter": "never",`
`"endDate": "2026-07-07",`
### What is the buggy behavior?
* endDate shows a date in the past in the API response for an ongoing recurring meeting
### What is the expected behavior?
* endDate should show the date in the future or (as an option) not be shown at all for endAfter = never meetings with no end date
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [x] Mobile iOS
* [x] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
<br>
1. Open a meeting series on the web (i.e. this one https://qa.openproject-edge.com/projects/CO/recurring\_meetings/72)
2. verify that there is no end data for that recurring meeting and plenty of upcoming meetings
3. check the API for this meeting series (https://qa.openproject-edge.com/api/v3/recurring\_meetings/72)
4. see that endDate has already past:
`"endAfter": "never",`
`"endDate": "2026-07-07",`
### What is the buggy behavior?
* endDate shows a date in the past in the API response for an ongoing recurring meeting
### What is the expected behavior?
* endDate should
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [x] Mobile iOS
* [x] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
<br>