Skip to content

Scenario Practice: Content Calendar

Applicable Scenario

This solution is suitable for content operations teams and marketing teams to plan and track content production, review, and publishing. Using SmartTable, you can centrally manage content topics, creation progress, publishing channels, and publishing schedules, and visually display the content publishing plan through the calendar view.

Typical use cases include:

  • New media operators planning content schedules for official accounts, short videos, and Weibo.
  • Marketing teams managing the output of event materials, whitepapers, and case studies.
  • Content editors monitoring topic progress and publishing rhythm.

Create a table named "Content Calendar" with the following core fields:

Field NameField TypeDescription
Content TitleSingle-line textThe title or theme of the content.
Content TypeSingle selectOptions: Article, Short Video, Image & Text, Live, Poster, Whitepaper, Other.
ColumnSingle selectSuch as Product Updates, Industry Insights, User Cases, Event Promotion.
Topic StatusSingle selectOptions: Ideation, Creating, Reviewing, Pending Publish, Published, Offline.
OwnerMemberThe content creator or operator.
ReviewerMemberThe editor or supervisor responsible for content review.
Target Publish DateDateThe planned publishing date.
Actual Publish DateDateThe actual publishing date.
Publish ChannelsMulti selectOptions: WeChat Official Account, Website, Zhihu, Weibo, TikTok, Bilibili, Email, Other.
Target AudienceSingle selectOptions: New Users, Existing Customers, Developers, Partners.
KeywordsMulti selectKeywords used for SEO or content classification.
Content SummaryMulti-line textCore points or introduction of the content.
Content LinkURLThe online link of published content.
Material AttachmentsAttachmentUpload copy, images, videos, and other materials.

Calendar View

  • Date field: Target Publish Date
  • Purpose: View the daily publishing plan in a monthly calendar format; this is the core view of the content calendar.

Kanban View (Grouped by Topic Status)

  • Group field: Topic Status
  • Sort order: Target Publish Date ascending
  • Purpose: Track the full process from ideation to publication.

Table View

  • Display all content information, supporting filtering by owner, content type, and publish channel.

Grouped View (Grouped by Column)

  • Group field: Column
  • Purpose: View content reserves and publishing rhythm under each column.

Optional Workflow Automation Suggestions

Automation ScenarioTriggerNode Configuration
Pre-publish ReminderScheduled trigger (daily)Find content where "Target Publish Date is tomorrow and status is Pending Publish", reminding the owner to perform final checks.
Review NotificationRecord update trigger (status changed to Reviewing)Call a Webhook node to notify the reviewer to process pending content.
Publish ArchivingRecord update trigger (status changed to Published)Update the actual publish date and notify the operations team to synchronize promotion.
Topic Overdue WarningScheduled trigger (weekly)Condition node checks if "Target Publish Date has passed and status is not Published", then increase priority and notify the content editor.

Brief Operation Steps

  1. Create a "Content Calendar" table and add the fields listed above with single/multi-select options configured.
  2. Create a Calendar view as the default view and display the content plan by target publish date.
  3. Create Kanban and Grouped views for tracking creation progress and column distribution.
  4. After team brainstorming, enter topics with target publish date, owner, and publish channel.
  5. Creators update topic status according to progress; after review, the editor advances it to "Pending Publish".
  6. Configure workflow automation for publish reminders, review notifications, and overdue warnings.
  7. Regularly review the content calendar, analyze publishing rhythm and channel effectiveness, and continuously optimize content strategy.

Released under the MIT License.