In addition to the option of default for collapsing the category calendar described in Collapse category calendar my users are asking for the following. This would be good to have control over site behavior, category behavior, and also remember user preference, by desktop vs mobile.
- default display type (month / etc). Currently the default display on desktop is always month and on mobile is always week.
Also site-wide only
- max number of characters in an event description – based on FEATURE: Add event location/description and "My Events" filter (#746) · discourse/discourse-calendar@bdf8869 · GitHub it looks like this is limited in the database to 1000 characters – is there a reason TEXT isn’t being used instead of STRING(1000)? (more of a database question – I am not familiar with any limitations use of ruby requires)
Hmm, maybe this is two feature requests…