Iāve now installed the events plugin on my instance and have started adding some dates to topics, though havenāt added it to the menus yet. Looking really good!
Some feedback:
would be nice to be able to add links to calendar and agenda on the hamburger menu as an optional setting
editing topics OPs to add events is a bit cumbersome - would be nice to be able to do this from the title edit interface as well which quicker to find and get to.
editing topics to add events adds a revision, but the date addition itself is not saved to the revision
no pretty onebox links to calendars?
when adding an event with end date, it would be nice if the end date picker would automatically change to the same month when I choose the start date, as one is used to seeing when booking flights.
bugs?
multiple day events with no start/end times are getting a start time showing up in the calendar - but not one day events with no start/end time
I added dates to a topic, then changed my mind and removed them - but the topic is still appearing on the agenda page.
I added dates to a topic and accidentally put them in november 2018. I went back and fixed the date to november 2017. but the topic is still showing up towards the end fo the list as though it were chronologically in november 2018
one of the events I added has a munged title in the calendar view and is illegible. see screenshot. seens the event on the 14th is overwriting the event on the 15th. should it/can it not wrap within the box? or at least have full name appear as helper text on mouseover?
from the calendar, when I select the forum title to go back to the front page, I am taken to /latest but it is filtered for the date range that was showing in the calendar. click again and it resets and shows all /latest topics.
Thankfully, these are all relatively minor (from a code perspective).
Fixed. Like on Google Calendar, the default should be that the text doesnāt wrap and overflow is hidden. I might add showing full title on mouseover after Iāve addressed the other issues.
This is fixed:
Good catch. This only happens when the setting āremove past events from the agendaā is off.
Fixed (youāll need to save the event again):
Iām not seeing this one. Could you double check? Are there any errors in the console?
Features
Good idea. Iāll add this later today.
Yes, Iāll add this as an option too later today.
Indeed, Iāll also add this.
This one is a bit more complex . It will have to wait until weāre sure there are no more issues with the existing feature set.
Angus, I stumbled upon this JavaScript application that creates a timeline: wouldnāt it be awesome to have this option integrated in discourse-events, linking to topics?
Hello, How can i setup add event to all category, all topic?
I wanna add event when user comment, Display add event in Comment?
Thank you! @angus
Can we setup quickly for all category user this plugin?
If you really wanted to you could probably add one to a site via Site Customisations using the existing API endpoints for events, e.g. https://discourse.angusmcleod.com.au/calendar?end=2018-04-01&start=2018-02-25
Youād need to find a different timeline library though. That one requires you have the data in a google spreadsheet.
Hi @Angus. An issue has come up twice in the last 24 hours on my forum:
An event organiser created a topic with a date/time, and a lot of interested people got notified of the new topic via email.
Unfortunately the notification emails didnāt contain the date/time, so members are now responding to the forum by email to ask the organiser what the date isā¦ I think sheāll quickly get annoyed at having to respond to each person to repeat the date that she already set on her topic.
Could you include date/times in email notifications?