Angus' Events Plugin ๐Ÿ“…

Yep! Thank you. That is just what I had in mind.

2๊ฐœ์˜ ์ข‹์•„์š”

I just installed this nice plugin in my discourse installation (v2.0.0), but when I enable โ€œAll topics in this category must have an event.โ€ for a category, nobody is able to answer to topics in that category anymore. The composer shows up and the โ€œReplyโ€ button is enabled, but clicking reply doesnโ€™t do anything, not even showing an error in the console.
Is this expected?

1๊ฐœ์˜ ์ข‹์•„์š”

Indeed, that was a bug. Thanks for reporting it. Now fixed:

https://github.com/angusmcleod/discourse-events/commit/e9f2eb124919e57c39c5179fcd4bb2f85a86a064

3๊ฐœ์˜ ์ข‹์•„์š”

This is an issue with different browsers having difference takes on rounding calc(100% / 7). This should fix it:

https://github.com/angusmcleod/discourse-events/commit/98d874c9a6725aefdc67201dac70711bfadbab63

1๊ฐœ์˜ ์ข‹์•„์š”

Thank you very much, issue is solved!

2๊ฐœ์˜ ์ข‹์•„์š”

I have enabled rsvp for some events in my site, and itโ€™s super interesting and raises all kinds of exciting possibilities. I can see this getting big functionality-wise so use your judgment to decide how far you want to go! :wink:

For our use case, it would also be helpful for moderators to be able to rsvp on behalf of members, and to manage their rsvp responses.

Here are two examples. The first is a webinar weโ€™re hosting next week - we have a few hundred interested registrants already, and it would be nice to be able to have that reflected at the top via RSVP. Can it handle that many rsvpโ€™s?

The second is an event we are not hosting but alot of our members are going to be attending. We know already who some of them are and it would be nice to be able to bring them together via RSVP.

https://community.namati.org/t/webinar-six-questions-to-ask-when-using-tech-to-improve-access-to-justice-20-june-2018/43955?u=tobiaseigen

https://community.namati.org/t/2018-ogp-global-summit-in-tbilisi-georgia/44346?u=tobiaseigen

2๊ฐœ์˜ ์ข‹์•„์š”

I have both discourse events and discourse chronos plugins, but I still could not create recurring event.

1๊ฐœ์˜ ์ข‹์•„์š”

There are not direct links between discourse-events and discourse-local-dates (the new name of chronos) at the moment AFAIK.

4๊ฐœ์˜ ์ข‹์•„์š”

Iโ€™m seeing an odd error just today - I created a new event (with RSVP, if that matters) and in Sidekiq Iโ€™m seeing a handful of failures (just 4, which is much lower than the number of people notified for sure):

Jobs::HandledExceptionWrapper: Wrapped ActionView::Template::Error: Invalid Timezone: 

I assume this is a property of the user rather than the event, since not all notifications failed, but Iโ€™m not sure how to check the timezone on these users. Any ideas?

1๊ฐœ์˜ ์ข‹์•„์š”

Iโ€™m seeing the same thing as @gwmngilfen, but on a larger scale. Iโ€™ve got 27 errors at the moment. All the same error:

Jobs::HandledExceptionWrapper: Wrapped ActionView::Template::Error: Invalid Timezone:

In my case, Iโ€™m using the plugin on two categories. And in both, itโ€™s for showing multi-day events with start and end dates. So there are no times associated with any of them.

1๊ฐœ์˜ ์ข‹์•„์š”

Thanks, the reference to all-day events pointed me in the right direction. This should fix the exception:

https://github.com/angusmcleod/discourse-events/commit/0b8077f4efdeb03b8b44fad1e79315043bceb933

cc @gwmngilfen

5๊ฐœ์˜ ์ข‹์•„์š”

Just got the information, to post it here (had posted it under bug).

I assume that this fix is also the fix for my problem and I will just have to rebuild.
Last rebuild was done 54 hours ago when I did the migration to beta2, so probably shortly before you did your fix.
Am I correct?

1๊ฐœ์˜ ์ข‹์•„์š”

Yup, that fix will address the error youโ€™re referring to.

1๊ฐœ์˜ ์ข‹์•„์š”

I just noticed the nifty event details included in email notifications. Super cool! However, for all day events it includes time of day, including time zone which is a bit weird. Is there a way to have it not show the time of day in the email notification at all? I think itโ€™s less relevant for our community.

It also shows the date from and date to when itโ€™s a one day event which also looks a bit weird. Could you fix it so it only shows the date once if itโ€™s an all day event that is only one day long?

2๊ฐœ์˜ ์ข‹์•„์š”

Iโ€™m setting up a new forum for another group, and the event date picker isnโ€™t showing. Given this is working on my main site, Iโ€™m sure the issue is with me, but I canโ€™t see it.

Events plugin is enabled:

Itโ€™s enabled for the category:

But no date-picker:

Nothing in the error logs in the admin panel either - what did I miss?

1๊ฐœ์˜ ์ข‹์•„์š”

Is that settings screenshot from the Events category settings or the TMU Edinburgh category settings? Sub-categories donโ€™t inherit parent category settings.

1๊ฐœ์˜ ์ข‹์•„์š”

These issues with all day events in emails were fixed (June 23) after that email was sent (June 10).

All day events in emails now look like this:

Note also that thereโ€™s a site setting events timezone include in email which determines whether timezones are added to times in event labels in emails (i.e. non-all day events).

Iโ€™ve made this change.

https://github.com/angusmcleod/discourse-events/commit/daa687dd210786319fd6ac3298ee03d4309f6f2c

3๊ฐœ์˜ ์ข‹์•„์š”

Thatโ€™s from the TMU Edinburgh subcategory. The Events category has the first โ€œAllow events to be addedโ€ box checked but nothing else checked below that.

1๊ฐœ์˜ ์ข‹์•„์š”

Is it possible to set which day is the start of the week? So set to Sunday instead of Monday? Thanks.

1๊ฐœ์˜ ์ข‹์•„์š”

Hey Angus,
Just want to know when do you think it will be possible to add multiple events to one topic?
Thanks!

1๊ฐœ์˜ ์ข‹์•„์š”