by Sanad Qazi on WordPress.org
Content Schedule Manager is a visual calendar for scheduling and managing WordPress posts.

The main calendar view showing scheduled posts in month view.
Content Schedule Manager is a plugin that provides an easy-to-use calendar interface for managing WordPress post schedules. You can view your posts and easily access their edit links, making content planning more intuitive.
This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The source code for this plugin is available in the /assets/js and /assets/css directories.
To compile or modify assets, use the following steps:
1. Install Node.js and npm.
2. Navigate to the plugin directory and run npm install to install dependencies.
3. Run npm run build to generate the production-ready files.
Original uncompressed source files:
– JavaScript: assets/js/calendar.js (source for assets/js/main.min.js)
– CSS: assets/css/style.css (source for assets/css/main.min.css)
Compressed/Minified files:
– JavaScript: assets/js/main.min.js
– CSS: assets/css/main.min.css
This plugin uses the following external libraries and services:
FullCalendar Library:
assets/js/main.min.js: Minified version of FullCalendar.assets/js/calendar.js: Human-readable source file.assets/css/main.min.css: Minified version of FullCalendar CSS.assets/css/style.css: Human-readable source file.Google Calendar API:
The source code for this plugin is available in the /assets/js and /assets/css directories.
To compile or modify assets, use the following steps:
1. Install Node.js and npm.
2. Navigate to the plugin directory and run npm install to install dependencies.
3. Run npm run build to generate the production-ready files.
Original uncompressed source files:
– JavaScript: assets/js/calendar.js
– CSS: assets/css/style.css
Compressed/Minified files:
– JavaScript: assets/js/main.min.js
– CSS: assets/css/main.min.css