@angus no worries, I know youāre busy. Yes, Iām still seeing it. The site is live now, so I can give you a test login that can create events, if that helps?
Ah, you mean the mini calendar in the āAdd Eventā modal (aka the ādate-pickerā). Yes that was always Mon-Sun. The user setting was for the ātopic listā calendar.
Fair point. The date-picker should follow the setting too. Iāve made that change.
@angus update from my end - updating to the latest Discourse & Events commits as of about 3 days ago seems to have resolved the issue. Creating events is working again, exactly as Iād expect. Something weird was going on, happy to provide more info if you need to debug, but otherwise Iām all set.
@Francois_Douville After taking a closer look at adding multiple events to one topic today, Iāve realised itās going to be trickier than I thought. Can you explain your use case in some detail, to help me think through an appropriate solution?
If I have 3 dates for my course āhow to build a houseā, I have to create 3 topics for the same courses but with 3 different dates. And comments should be for the 3 dates and not for one.
Event : how-to build a house
When : 18th august 2018
Where : here
Comments : John says Yeah I want to go, Joe says How much?
Event : how-to build a house
When : 23th august 2018
Where : here
Comments : no comment (because it is not link)
Event : how-to build a house
When : 28th august 2018
Where : here
Comments : no comment (because it is not link)
Instead of :
Event : how-to build a house
When : 18th august 2018, 23th august 2018, 28th august 2018,
Where : here
Comments : John says Yeah I want to go, Joe says How much?
And it would be awesome if you add ārepeat each __ daysā.
There is one related feature that would be very helpful, in my opinion. Namely, a guest might want to bring a friend, so it would be great if he could register more than one person.
@Francois_Douville I took another look at your use case today. Ultimately I have decided I wonāt be able to support for multiple events on topics at this time.
The problem is that a fair bit of the logic in the plugin is predicated on a 1:1 relationship between topics and events. I tried a few different approaches to changing this relationship, but each of them turned out to be not feasible, or would require significantly more work than I can invest right now (given my other commitments), particularly if the end solution is to be stable and not put the reset of the plugin functionality at risk. I gave it a fair shake, but sometimes you have to make a call on the reasonableness of continuing to pursue something.
I wonder if thereās a non-technical solution for your use case though. How about creating a fourth āoverviewā topic where you link to the three individual event topics. The overview topic can be used for discussing the whole series, and the individual topics can be used for anything that comes out of each individual session?
Iāll have a think about this next week. @MakaryGo Invite to topic does cover it to an extent, however I do see the argument for allowing āgroupsā to rsvp in some cases, as opposed to making each member of the group rsvp individually.
@angus I just noticed that moderators canāt add event details if they havenāt reached the required trust level in the settings. Maybe moderator should be a separate setting, or moderators should always be allowed to add event details no matter their trust level?
Perhaps the core Discourse plugin discourse-local-dates is better suited to your use case. See if you can use the āInsert Dateā feature to fulfil your goal?
Thanks for pointing this out, it is a bug actually; now fixed.