캘린더에서 현재 월(/upcoming-events/month/2025/11/1)을 표시할 때, API 호출이 올바른 before/after 날짜와 함께 이루어지는 것을 볼 수 있습니다: /discourse-post-event/events?after=2025-10-27T00%3A00%3A00%2B01%3A00&before=2025-12-08T00%3A00%3A00%2B01%3A00&attending_user=.
I’m redoing it after clearing all my dev environment (data and tmp), and could not reproduce it either. That’s weird. It may come from invalid data I had earlier.
Sorry for the issue.
But yes, for the steps, I “only” created two events with different dates, via the “new topic” form.
Create an event for today (I don’t think the date is relevant)
Edit the post and change the date to the previous month (in the post editor, not the event form, nor the “Edit this event” button from the event itself)
Do it again (event should be in october now)
Move to october : no event in the API response
Move back to december: the event is here (but not displayed as the date don’t match)
Edit: I changed the dates via the “Edit event” button from the event details, to september, and now it is returned on the API call for november
I’m afraid I’m still not able to reproduce. Whenever I edit the post to change the month in the markdown, the event shows up correctly in the “upcoming events” calendar.