Adds the ability to create a dynamic calendar in the first post of a topic.
Go to file
Penar Musaraj 2b78a65622
DEV: Remove SCSS color vars fallbacks (#133)
2021-05-12 08:55:43 -04:00
.github/workflows DEV: Update CI workflows (#106) 2021-02-11 17:14:55 +01:00
app FIX: prevents exception when accessing `post.local_dates` (#125) 2021-04-27 21:08:12 +02:00
assets DEV: Remove SCSS color vars fallbacks (#133) 2021-05-12 08:55:43 -04:00
config Update translations (#131) 2021-05-04 15:17:45 +02:00
db SECURITY: prevents arbitrary method call from input (#123) 2021-04-27 15:58:58 +02:00
jobs SECURITY: prevents arbitrary method call from input (#123) 2021-04-27 15:58:58 +02:00
lib DEV: ignores NYSE (new york stock exchange) (#79) 2020-12-06 17:59:53 +01:00
public/javascripts DEV: more explicit filename 2018-12-27 19:48:30 +01:00
spec SECURITY: prevents arbitrary method call from input (#123) 2021-04-27 15:58:58 +02:00
test/javascripts/acceptance REFACTOR: Use the new format for acceptance tests. (#90) 2020-12-30 15:52:13 -03:00
.discourse-compatibility DEV: Migrate from {{user-selector}} to {{email-group-user-chooser}} (#108) 2021-02-15 21:03:55 +03:00
.eslintrc DEV: adds eslint config support 2019-12-30 15:24:06 +01:00
.gitignore DEV: apply coding standards (#59) 2020-09-04 13:22:32 +02:00
.prettierignore DEV: Fix path 2020-09-25 12:00:01 -05:00
.prettierrc DEV: apply coding standards (#59) 2020-09-04 13:22:32 +02:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
.template-lintrc.js DEV: apply coding standards (#59) 2020-09-04 13:22:32 +02:00
Gemfile DEV: Move to rubocop-discourse. 2020-05-06 17:56:08 +02:00
Gemfile.lock Build(deps): Bump rexml from 3.2.4 to 3.2.5 (#127) 2021-05-02 17:10:30 +02:00
LICENSE first commit 2018-06-06 15:24:56 +02:00
README.md FEATURE: adds support for custom fields on event 2020-08-07 17:50:15 +02:00
package.json DEV: prettier 2.2.1 (#100) 2021-01-27 10:36:32 +01:00
plugin.rb DEV: update holiday definitions (#130) 2021-05-05 12:17:00 +10:00
translator.yml DEV: Add Crowdin support (#84) 2020-12-22 13:08:54 +01:00
yarn.lock Build(deps): Bump lodash from 4.17.20 to 4.17.21 (#132) 2021-05-10 13:40:14 -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

Events
  • discourse_post_event_event_will_start this DiscourseEvent will be triggered one hour before an event starts
  • 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

Custom Fields

Custom fields can be set in plugin settings. Once added a new form will appear on event UI. These custom fields are available when a plugin event is triggered.