We've built it. It's based on the recently released new and improved webhooks which help crafting custom extensions and integrations by responding to content-related events. Scheduled publishing it just one of the many things that everyone can build.
Scheduled publishing is handled by the contentful-scheduler Ruby gem. To set everything up you'll need some knowledge of Ruby and a bit of free time.
The workflow goes like this: you'll add a field to your content type, calling it something like publication_date
, so that you'll be able to set a specific date for every entry. Then you'll set up a contentful-scheduler
-based webhook listener server which will be listening to the webhooks coming from Contentful, and will recognize every update of the publication_date
field. (The config of this gem will also contain the credentials of your space.) Finally, you'll set up a webhook which will be pointing to this very server.
The contentful-scheduler repo contains the code and the detailed setup instructions. Get it, try it, enjoy it and schedule some posts with it.
Have fun with webhooks and build something new yourself! Shortly we'll be writing about other interesting new things which anyone can create.