Joint session with Vercel: How to build intelligent storefronts (May 15th)

Calendar plugin schedule button not showing despite adding document type

17 repliesLast updated: Dec 1, 2025

Hello Sanity people, do you have any experience with the https://www.sanity.io/blog/calendar-plugin ? I can’t make it work, the schedule button does not show even though I’ve added my document in the content-calendar.json:

{
  "types": [
    {
      "type": "homePage",
      "field": "publishedAt"
    }
  ]
}
Does anyone know what could be wrong here?
🤔
homePage
is the name of my custom document
AI Update

I need to give you some important news: the Content Calendar plugin you're trying to use is officially deprecated and archived. The GitHub repository was archived on April 12, 2023, and the README explicitly states: "NOTE: This plugin is deprecated. Use Sanity Scheduled Publishing instead."

This means the plugin is no longer maintained or supported, which is why you're having issues getting it to work. Even if you troubleshoot the configuration, the plugin isn't compatible with modern Sanity Studio versions and has been intentionally discontinued by the Sanity team.

Here's what you should use instead:

Sanity now has native scheduling capabilities built directly into the platform. There are two main options depending on your needs:

Why the old plugin doesn't work:

The calendar plugin was built for Studio v2 and hasn't been updated for Studio v3's architecture changes. The repository is archived, meaning no updates or bug fixes will ever come. The Sanity team deprecated it specifically because the native scheduling features are more reliable, better integrated, and actively maintained.

Next steps:

Sorry you hit a dead-end with the archived plugin, but the modern native alternatives are genuinely better and will save you future headaches! The plugin being deprecated is actually why it's not working, not a configuration issue on your end.

Show original thread
17 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions