Hello, I have a problem on discourse on mobile with the event calendar plugin. When I create an event and want to notify a user, it doesn’t work, but there are no issues on the computer. Do you have the same problem? Thank you.
I also take this opportunity to see if there is a possibility to view the entire calendar inserted into a category on mobile because it is perfect on the computer.
Ethsim2
(Ethan )
7월 2, 2025, 7:35오후
2
i’m not sure what you mean, i find the calendar full-width / large on a computer
perhaps the category isn’t on the plugin setting below
because the category is in that setting, on mobile i see
모바일에서 카테고리에서 월간 보기를 사용하고 싶습니다. 현재 모바일에서는 기본적으로 주간 보기가 설정되어 있습니다. 이 문제를 우회할 수 있는 해결책이 있는지 알고 싶습니다.
1개의 좋아요
Ethsim2
(Ethan )
5월 12, 2026, 10:20오전
4
또한 사용자 설정 도 참고해 보세요. 이는 /upcoming-events / /c/의 세분화 수준을 확장하는 것(제안하신 대로)입니다
Ethsim2
(Ethan )
5월 13, 2026, 7:56오전
5
이와 관련된 작은 PR을 열었습니다:
main ← Ethsim12:main
closed 06:59AM - 15 May 26 UTC
## Summary
Adds a new `calendar_category_default_view` site setting for categ… ory calendars in the discourse-calendar plugin.
This allows admins to configure the default FullCalendar view used on category calendar pages (e.g. month/week/day/year).
Per-category `defaultView` values in calendar_categories continue to take precedence over the global default setting.
## Changes
- Added new site setting:
- `calendar_category_default_view`
- Reused existing `CalendarUpcomingEventsDefaultView` enum
- Updated CategoryCalendar to use:
- category `defaultView` if present
- otherwise fallback to `calendar_category_default_view`
- Added system spec coverage for precedence behaviour
## Notes
This mirrors the existing `calendar_upcoming_events_default_view` behaviour used for `/upcoming-events`.
calendar_category_default_view 사이트 설정을 추가하여, 카테고리 달력이 현재 폴백 동작에만 의존하는 대신 구성 가능한 기본 뷰를 가질 수 있게 합니다.
아직 검토/승인이 필요하므로 사용할 수 없지만, 여기의 모바일 월별 보기 사용 사례와 관련이 있을 수 있습니다.
2개의 좋아요
Super @Ethsim2 , 커뮤니티의 다른 사람들에게도 도움이 될 것 같네요
이미 나한테는 도움이 됐어요
Ethsim2
(Ethan )
5월 13, 2026, 9:00오전
7
고급 설정인 calendar_categories를 사용하는 우회 방법이 있습니다. 예를 들어 다음과 같습니다:
categoryId=123;defaultView=month
하지만 여러 카테고리 캘린더에 동일한 기본 보기 설정을 적용하고 싶다면, 카테고리 ID를 수동으로 나열해야 하므로 이상적이지 않다고 생각합니다.
그래서 이 PR 을 열었습니다.
전역 설정인 calendar_category_default_view를 추가하되, 필요한 경우 카테고리별 defaultView 설정으로 이를 오버라이드할 수 있도록 하자는 아이디어입니다.
1개의 좋아요