Adds the ability to create a dynamic calendar in the first post of a topic.
Go to file
jjaffeux ed37c5bcc7 FIX: directly check on post if we have an event
This is cleaner and also avoids a 404 when no event is found
2020-08-04 21:06:02 +02:00
app FEATURE: notify going invitees of edits on OP during event 2020-08-04 16:11:58 +02:00
assets Update SCSS color variable to CSS custom property 2020-08-03 23:40:24 -04:00
config FEATURE: allows to bulk invite into events (#54) 2020-08-03 15:47:01 +02:00
db FEATURE: allows to add a url to an event (#52) 2020-08-03 08:58:52 +02:00
jobs FIX: class resolution was missing namespace 2020-08-04 14:41:40 +02:00
lib FEATURE: allows to add a url to an event (#52) 2020-08-03 08:58:52 +02:00
public/javascripts DEV: more explicit filename 2018-12-27 19:48:30 +01:00
spec FEATURE: notify going invitees of edits on OP during event 2020-08-04 16:11:58 +02:00
test/javascripts/acceptance FIX: The route is called `/u/` now not `/users` 2020-07-23 15:53:05 -04:00
.eslintrc DEV: adds eslint config support 2019-12-30 15:24:06 +01:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
Gemfile DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
Gemfile.lock DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
LICENSE first commit 2018-06-06 15:24:56 +02:00
README.md DEV: triggers DiscourseEvents when an event starts/ends 2020-08-04 14:25:00 +02:00
package.json DEV: uses latest eslint config 2020-04-22 23:21:59 +02:00
plugin.rb FIX: directly check on post if we have an event 2020-08-04 21:06:02 +02:00
yarn.lock Build(deps): Bump lodash from 4.17.15 to 4.17.19 (#50) 2020-07-20 12:01:00 -04:00

README.md

Discourse Calendar

Adds the ability to create a dynamic calendar in the first post of a topic.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-calendar/97376

Customisation

Plugins

  • discourse_post_event_event_started this DiscourseEvent will be triggered when an event starts
  • discourse_post_event_event_ended this DiscourseEvent will be triggered when an event ends