1.2 KiB
1.2 KiB
Task: Content calendar UI integration
Goal
Show imported calendar events and calendar source controls in the Content calendar.
Feature Spec
docs/FEATURES/calendar-integrations.md
Scope
- Add calendar source data loading to the Content feature.
- Render imported events as read-only calendar context entries in Month, Week, and Upcoming views.
- Style imported events distinctly from Socialize content items and apply source colors.
- Add a calendar source control grouped by Organization, Workspace, and My calendars.
- Add visibility toggles for displayed sources.
- Add
Add calendaras the last source-control entry. - Add an add-calendar flow that supports curated catalog search and custom
.icsURL subscriptions according to user permissions. - Keep imported events lower visual priority than actual content work on crowded days.
- Add a quick action to create content from an imported event, prefilled with date and event title.
Relevant Files
frontend/src/features/content/views/ContentItemsView.vuefrontend/src/features/content/frontend/src/plugins/api.jsfrontend/src/locales/en.jsonfrontend/src/locales/fr.json
Validation
cd frontend
npm run build