Events Plugin 📆

Thanks for reporting this. Fixed.

https://github.com/angusmcleod/discourse-events/commit/6a1d9c8e30017e67777ed13b3ea4d5bb55e6c47c

@Francois_Douville Thanks for clarifying.

This is actually all expected behaviour. The logic determining what timezone is used to display an event is explained in some more detail here. Basically:

  1. User’s timezone is the default.

  2. If the timezone site setting is set, use that instead.

  3. If the event has a custom timezone, use that instead < ---- this applies in this case.

For the .ics file however, times are always converted to the user’s local time (see here).

You feel this is unexpected?

Could you post the full link you’re using here? Thanks.

@tobiaseigen All good ideas (and thanks for the reminder about the existing requests). Let’s put Eventbrite out of business.


Current tasklist

  1. Ensuring the rsvp feature v1 works.

  2. Ensuring emoji and html entities work in topic excerpts in event cards (see).

  3. Update event details in title edit area.

  4. Better layout of event details in topic list

  5. Rspec and unit tests updates.

  6. Event calendar for groups.

  7. Adding multiple events to one topic.

  8. Allowing Discourse Local Dates to be displayed in calendars.

  9. Add event details to onebox previews.

  10. Recurring events.

  11. Event rsvp list export.

  12. Guest rsvp.

  13. Rsvp custom fields

  14. Event reminders.

… I need @cpradio’s checklist plugin on meta :slight_smile:

11 Likes