WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: cp-multi-view-calendar (Used by 24 domains)

CP Multi View Events Calendar

👤 codepeople 📦 v1.4.35 🔗 Plugin Homepage

CP Multi View Events Calendar is a professional and easy-to-use event calendar plugin for WordPress that allows you to display, organize, and manage events in multiple interactive views — including month, week, day, and multi-month layouts.

This all-in-one calendar and event manager helps you create visually stunning calendars for your website, with customizable styles, colors, and display options. Whether you need a simple events list or a full-featured scheduling solution, CP Multi View Events Calendar gives you the flexibility to do it all.

Perfect for:
– Businesses managing multiple events
– Schools, clubs, and communities
– Bloggers and content creators
– Anyone who needs a customizable, interactive event calendar

👉 Live demo and examples:
View 20 calendar demos and styles

✨ Key Features

  • Multiple calendar views — Month, Week, Day, and Multi-Month (similar to Google Calendar)
  • Fully responsive and mobile-friendly event calendars
  • Support for recurring / repeating events
  • Fast AJAX loading for smooth calendar navigation
  • Editable events from the front end or admin area
  • Multiple event calendars and views on the same page
  • Customizable colors, fonts, and calendar styles
  • Tooltips for event details (on hover or click)
  • Event locations, rich text descriptions, and images
  • Links from calendar events to custom URLs or pages
  • 12- or 24-hour clock formats
  • Option to display only selected weekdays
  • GDPR compliant — no personal data stored unless entered manually
  • Import / export events with iCal (.ics) format (available in Platinum version)

🌍 Available Languages

Czech, Danish, Dutch, English, French, German, Italian, Norwegian, Polish, Portuguese, Russian, Slovak, Slovenian, Spanish.

Don’t see your language? Open a support ticket and we’ll add it quickly!

🆕 Latest Update

New: A refreshed interface for easier editing of inserted event calendar views, plus instant preview buttons for faster verification of calendar layouts on your website.

🔁 Import / Export Events (iCal Support)

You can easily import and export calendar events using the iCal (.ics) format — fully compatible with Google Calendar.
This feature is available in the Platinum version.

📅 Calendar Insertion Settings

To insert the calendar form into some content or post use the insertion area that will appear below the editor when editing contents. It looks like the following image:

https://wordpress.dwbooster.com/UserFiles/Image/cp-multiview-calendar/insert-calendar.png

The fields on the event calendar insertion area (shown in the above image) are the following:

  • MultiCalendar: Which of the calendars will be shown.
  • Calendar Views: The views that will be included in the event calendar.
  • Default View: Which of the calendar views will appear as default.
  • Start day of the week: The start day of the week (Ex: Sunday, Monday, …).
  • CSS Style: Select one of the CSS styles available to render the calendar.
  • Palette Color: The palette color used for the events in the calendar.
  • Allow edition: Check this box if the event calendar will allow edition on the public website.
  • Other buttons: Select the buttons that will be displayed on the top of the calendar.
  • Number of Months for nMonths View: Number of months shown at the same time in the nMonths View.
  • Other parameters for nMonths View: Other parameters for the nMonths View (more info below).
  • Other parameters: Other parameters that apply to all calendar views (more info below).

💡 Advanced Customization

The additional parameters should be added into the “Other Parameters” box in the event calendar insertion area. These parameters must be comma separated and will overwrite the initial configuration selected for the event calendar.

The “Other Parameters” box can be found in the following location (click to enlarge image): https://wordpress.dwbooster.com/demos/multi-view/screenshots/additional-parameters.png

🎨 Adding custom CSS Styles

The custom CSS styles can be added into the “Customization area >> Add Custom Styles” (at the bottom of the page that contains the list of calendars).

🧩 Calendar View Examples

The following area some sample views. You can apply or mix configurations to get your own calendar views in addition to the following samples:

  1. View day only: Event calendar configured with the “day” view option only, the “Default View” should be “day”. The views “Week”, “Month”, “nMonth” should be unchecked. To fix the height, just add (for example) the parameter “height:400”. Sample: https://wordpress.dwbooster.com/demos/multi-view/01-view-day-only.html

  2. View week only: Event calendar configured with the view week option only; the “Week” view should be enabled and the default view should be “week”. The views “Day”, “Month” and “nMonth” should be disabled. To fix the height, just add (for example) the parameter “height:400”. Sample: https://wordpress.dwbooster.com/demos/multi-view/02-view-week-only.html

  3. View month only: Event calendar configured with the view month option only. To get this enable the “Month” view and set the default view to “month”. The views “Day”, “Week” and “nMonth” should be unchecked. To fix the height, just add (for example) the parameter “height:400”. Sample: https://wordpress.dwbooster.com/demos/multi-view/03-view-month-only.html

  4. View n-Months only: Event calendar configured with the view n-Months option only. This can be done by setting the amount of months to display in the event calendar to 12, enable only the “n-Month” view and setting the “Default View” to “nMonth”. All the other views and buttons should be unchecked. In the styles for this sample we have selected to fix the calendar width. Sample: https://wordpress.dwbooster.com/demos/multi-view/04-view-n-months-only.html

  5. Small event calendar: You can configure the calendar just like a single small event calendar. This can be done by selecting the n-Months view and setting the “Number of Months for nMonths View” dropdown select box to 1. Sample: https://wordpress.dwbooster.com/demos/multi-view/05-small-calendar.html

  6. n-Month view, only one month, large view: Event calendar with the n-Month view configured to display a single month in a large view. To get this result enable only the “n-Month” view and add the styles specified in the following sample page: https://wordpress.dwbooster.com/demos/multi-view/06-one-month-large-view.html

  7. n-Month view with 2 months using all the width: To get this result in the calendar enable only the “n-Month” view, set the “Number of Months for nMonths View” dropdown select box to 2 and add the styles specified in the following sample page to fix the width of both the event calendar area and the width of each month: https://wordpress.dwbooster.com/demos/multi-view/07-two-months-using-all-the-width.html

  8. n-Month view, 3 months with vertical align: The first settings needed to get this calendar configuration is to enable only the “n-Month” view and set the “Number of Months for nMonths View” dropdown select box to show 3 months. After that proceed to add some CSS styles to fix the width to the desired column width. This way you can publish the calendar in the sidebar of your website. Sample: https://wordpress.dwbooster.com/demos/multi-view/08-various-months-with-vertical-align.html

  9. Tooltip displayed on month,week and day view: In this event calendar sample, when you click over an event in the calendar, a floating tooltip panel with additional information is displayed. This type of tooltip is available for the month, week and day views. The n-Month view has a different type of tooltip panel. To enable the tooltips, the parameter “showtooltipdwm” must be set to “true” (or enable it by checking the checkbox in the visual configuration). In addition to these parameters, add also the styles mentioned in the following page as instructed: https://wordpress.dwbooster.com/demos/multi-view/09-tooltip-displayed.html

  10. Lighter view for events and center align: This calendar sample features the month, week and day views showing the events with a more lighter view: a color border is used instead filled backgrounds and the text is centered. The tooltips are already enabled for this sample; to enable the tooltips you can do that by checking the tooltip checkbox in the visual configuration or just by setting parameter “showtooltipdwm” to “true”, this is also explained in other demos. To get the more lighter view you can add the styles indicated at this page: https://wordpress.dwbooster.com/demos/multi-view/10-lighter-view-center-align.html

  11. Multi-line event description: Event calendar that displays a multi-line event description in the month, week and day views, this is useful to display more information directly over the calendar. Only two CSS rules should be added to the styles to get this configuration. It will work with any selection of parameters if you are using one of the mentioned views. Check the detailed instructions at this page: https://wordpress.dwbooster.com/demos/multi-view/11-multi-line-event-description.html

  12. Images and HTML formatting in tooltip: The tooltips on the calendar can show images and formatted text. There are some styles that can be used to show/hide/customize the title, location, description and time: these styles are the CSS classes named “bubbletitle”, “bubblelocation”, “bubbledescription” and “bubbletime”. In this sample we have used only the class “bubbletime” to align it at the bottom of the content/image: https://wordpress.dwbooster.com/demos/multi-view/12-images-and-html-formatting-in-tooltip.html

  13. Images directly on the calendar cells: You can use this plugin like a picture calendar. The images should be added to the event description and the css rules mentioned in the following page to complete the formatting: https://wordpress.dwbooster.com/demos/multi-view/13-images-directly-on-the-calendar-cells.html

  14. Show only from Monday to Friday: In this event sample we have disabled the Saturday and Sunday since this is a common configuration. In the “viewWeekDays” parameter, each number in the array represents a weekday from Sunday to Saturday. An zero means that the weekday is disabled (not shown) and a 1 means that the day is enabled (shown). Details at: https://wordpress.dwbooster.com/demos/multi-view/14-show-only-from-monday-to-friday.html

  15. Using 12 or 24 hour clock: This calendar supports both the 12 and the 24 hour clock (also known as military time). The 24-hour clock is enabled as default; if you prefer to use the 12-hour clock then just set the parameter “militaryTime” to “false”. Sample: https://wordpress.dwbooster.com/demos/multi-view/15-using-12-or-24-hour-clock.html

  16. Showing the n-Days view: With this event calendar view you can display many days in a view similar to the single day view. First you should enable the “nDays” view and then set the number of days to view on each calendar page. The parameters are viewNDays:true for enabling the view, numberOfDays:10 for setting the number of days and viewdefault:”nDays” to make it the default view if needed. Sample: https://wordpress.dwbooster.com/demos/multi-view/16-n-days-view.html

  17. Selecting hours to be shown: In some applications you may want to select only some hours to be shown in the event calendar, for example working hours. In the “Days”, “nDays” and “Week” views you can select the range of hours to be shown be setting the start and end hours. Three parameters must be specified for this: the start hour hoursStart:8, the end hour hoursEnd:17 and the height of a single hour cell cellheight:60. Hours are in military time, so 17 means 5:00pm. Sample: https://wordpress.dwbooster.com/demos/multi-view/17-selecting-hours-to-be-shown.html

  18. Using drop-down lists for location and title: The location and title that are part of each event’s description in the calendar are open/editable fields by default but you can convert them in drop-down lists to make them easier to edit and keep the data consistency. Sample and detailed instructions: https://wordpress.dwbooster.com/demos/multi-view/18-lists-for-location-and-title.html

  19. Multi-column day view, location or title: In this event calendar sample the location and title have been converted in drop-down lists as explained in the previous sample #18. In addition to that now we have selected to use the “title” field as the column header in the day view, this way the events are placed in different columns agrupated by their titles. The same can be done with the location instead the title. Sample and detailed instructions: https://wordpress.dwbooster.com/demos/multi-view/19-multi-column-day-view.html

  20. Day view with location & title grid: The event calendar day view can be modified to show the title and location as headers of the rows and column instead the default single columns and the hour in the row header. This is useful to display informations agrupated by title and location on each day. Sample and detailed instructions: https://wordpress.dwbooster.com/demos/multi-view/20-day-view-with-location-title-grid.html

DomainExposuresHeadersLast Checked
s*n*r*s.org F 2026-05-24 05:43:20
h*g*k*e*n.de (WP 6.9.4) F 2026-05-23 22:11:15
s*c*c*.cl (WP 6.9.4) A 2026-05-22 21:40:49
r*s*b*a*e.com F 2026-05-19 16:40:15
j*l*e*r*a*.com (WP 6.8.5) F 2026-05-15 21:09:30
a*a*-*a*r*n.fr F 2026-05-15 11:24:38
e*o*a*n*k*l*y*-*.ru (WP 4.9.29) ⚠️ F 2026-05-12 17:03:11
i*f*.es (WP 4.2.38) ⚠️ F 2026-05-12 14:50:25
l*n*u*s*i*l*n*s*a*e*-*e*o*r*e.com (WP 6.9.4) F 2026-05-11 12:35:17
a*o*i*c*o*a*o*a*o*r*s.org (WP 5.3.21) ⚠️ F 2026-05-09 20:23:00
c*d*r*m*s*c.com F 2026-05-09 03:29:13
c*d*r*.com F 2026-05-09 03:29:13
c*d*r*-*u*i*.com F 2026-05-09 03:29:13
p*a*e*c*a*i*i*a*.com F 2026-05-08 08:14:38
m*r*e*m*r*c*n*e*.org F 2026-05-04 08:15:57
k*-*o*z*w.e*u.pl F 2026-04-29 19:18:11
j*l*o*l*n*o.org (WP 6.7.5) F 2026-04-29 13:39:42
d*n*a*a*t*s*e*i*i*t*i*s.com F 2026-04-29 12:25:34
e*.s*n*r*s.org F 2026-04-29 03:05:13
k*g.pl F 2026-04-28 11:37:10
c*d*r*.de F 2026-04-25 22:40:42
c*r*j*n*s*e*h*l*.cl (WP 6.9.4) A 2026-04-25 17:36:20
c*h*l*a*d*o*p*n*.com (WP 6.9.4) D 2026-04-22 05:34:55
s*u*i*k*m*r*l*e.com (WP 4.2.3) ⚠️ F 2026-04-22 03:20:10

Top 50 Plugins

Plugin Count
elementor 1,755,486
contact-form-7 1,722,534
elementor-pro 1,022,939
woocommerce 800,403
revslider 607,466
jetpack 459,190
js_composer 423,950
wp-rocket 324,990
essential-addons-for-elementor-lite 281,971
gravityforms 258,369
complianz-gdpr 244,941
cookie-law-info 223,169
instagram-feed 223,043
sitepress-multilingual-cms 215,522
google-site-kit 214,724
google-analytics-for-wordpress 211,136
header-footer-elementor 206,442
elementskit-lite 198,572
bluehost-wordpress-plugin 189,109
gutenberg 157,594
gutenberg-core 149,965
cookie-notice 144,339
wpforms-lite 129,356
the-events-calendar 128,316
litespeed-cache 125,244
gtranslate 123,953
astra-sites 120,199
popup-maker 114,353
woocommerce-payments 111,576
tablepress 103,196
coblocks 95,805
honeypot 94,648
astra-addon 93,061
all-in-one-seo-pack 92,390
wp-smushit 91,692
duracelltomi-google-tag-manager 90,652
LayerSlider 90,309
bb-plugin 89,497
premium-addons-for-elementor 85,018
akismet 84,692
megamenu 83,110
cleantalk-spam-protect 82,857
mailchimp-for-wp 82,516
woocommerce-gateway-stripe 81,339
fusion-builder 78,106
formidable 76,893
ml-slider 76,773
ewww-image-optimizer 76,204
borlabs-cookie 75,256
gravityformsrecaptcha 75,195

Top 50 Themes

Theme Count
hello-elementor 599,553
Divi 502,362
astra 417,049
flatsome 123,885
Avada 122,034
generatepress 114,464
pub 103,609
oceanwp 81,365
kadence 75,925
enfold 70,284
salient 65,796
twentyseventeen 54,825
bb-theme 54,397
twentytwentyfour 53,529
h4 53,053
cocoon-master 50,902
betheme 50,674
blocksy 49,002
dt-the7 44,883
twentytwentyfive 42,787
neve 38,269
Avada-Child-Theme 36,814
gox 32,779
bridge 32,464
twentytwentyone 32,128
woodmart 31,911
lightning 30,038
twentytwenty 29,547
swell 27,512
Impreza 25,603
bricks 25,160
twentytwentythree 24,168
Newspaper 22,597
twentytwentytwo 20,009
epik-redesign 19,267
uncode 18,628
twentysixteen 17,829
pro 17,728
sydney 17,674
storefront 17,523
voxel 17,021
extendable 15,483
Total 14,380
yith-wonder 13,989
kubio 13,506
hello-theme-child-master 12,904
themify-ultra 12,864
yootheme 12,537
factory-templates-4 12,504
hestia 12,448