Calendar Event Multi View

Description

The Calendar Event Multi View is an event calendar for WordPress websites that features multiple visualization modes and multiple predefined styles.

Features:

  • Classic month view (like Google Calendar)
  • Multi-month view (show a configurable number of months at once)
  • Day view
  • Week view
  • Multiple configurations for the views, the same view can be used in a very different way
  • Allows multiple views for the same event calendar on the same page
  • Configurable start day of the week
  • Can be setup to edit the events from the public website
  • You can select which button show/display (ex: navigation buttons, refresh button, others…)
  • The event calendar information can be displayed in many ways: Title + tooltip on mouse over or Title + tooltip on mouse click
  • Events can have a location and an extended rich text description
  • Multiple selectable colors to highlight events in the calendar
  • Events can be linked to other pages.
  • Can display images directly on the calendar cells
  • Can be easily published in a page or post by using its shortcode or visual publish button
  • Can be setup to use a 12 or 24 hour clock.
  • Can be setup to display only the weekdays needed
  • Fast Ajax load for the events data
  • Recurring events / repeat events like Google Calendar

You can see 20 sample visualization modes and an online demo at: https://wordpress.dwbooster.com/calendars/cp-multi-view-calendar

Languages Included in the Calendar

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

If your language is not listed here feel free to open a support ticket and it will be added asap.

Update note

New: The latest update features a new interface for easily editing a previously inserted event calendar views and preview buttons for a faster verification of how they will look in the website.

Import / Export events using iCal

The option to import events from iCal files and export the calendar events to iCal files is currently available in the Platinum version of the plugin (commercial version). The iCal / .ics files supported are compatible with the Google Calendar iCal format.

Settings in the insertion area

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).

Adding custom parameters

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).

Sample calendar views

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

Screenshots

  • Classic style (Google Calendar Style)
  • Month view with event information floating panel
  • Event calendar with images on the cells
  • Classic little event calendar for sidebars
  • Event calendar in single day view
  • Event calendar in single month view
  • Advanced sample: Event calendar with custom information on rows
  • Advanced sample: Event calendar with custom information on both rows and columns

Installation

To install Calendar Event Multi View, follow these steps:

  1. Download and unzip the plugin
  2. Upload the entire cp-multi-view-calendar/ directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the Plugins menu in WordPress
  4. Configure the settings at the administration menu >> CP Multi View Event Calendar.
  5. To insert the calendar form into some content or post use the icon that will appear when editing contents

FAQ

Q: Is the plugin ready to comply the European GDPR regulation?

A: Yes, plugin is prepared to comply the European GDPR.

The plugin doesn’t store personal data, IP address or cookies from the user unless explicitly entered as part of the text of an event in the calendar.

Q: What means each field in the settings area?

A: The product’s page contains detailed information about each settings field and customization:

https://wordpress.dwbooster.com/calendars/cp-multi-view-calendar

Q: How events are added into the event calendar?

A: In the dashboard area go to “WordPress administration menu >> CP Multiview Event Calendar” and click the button “Admin Calendar Data” that leads to a page where you can add/edit/delete events.

The events edition on the public event calendar can be also (optionally) enabled, that way the website visitors can edit events directly in the event calendar without having to access through the dashboard.

Q: How show the entire title on month,week and day view?

A: Add this CSS rule into the “Customization area >> Add Custom Styles” (at the bottom of the page that contains the list of calendars):

multicalendar .rb-i{white-space:normal}

Q: How to show differents colors in the nMonth view?

A: Use the following configuration parameter:

    date_box_with_color_in_nmonth_view:true

The parameters should be added into the “Other Parameters” box. These parameters must be comma separated and will overwrite the initial configuration selected.

The “Other Parameters” box can be found in the following location (link to image):

https://wordpress.dwbooster.com/UserFiles/Image/cp-multiview-calendar/additional-parameters.gif

Q: How to allow edition on the public calendar only for some registered users?

A: If you want to setup the calendar editable only by some users in the public website then publish a view of the calendar in a private page (restrict the access to the page with the calendar with “Edition” enabled).

You can have multiple views of the same event calendar, one for read-only public access and another view with edition enabled on a private page accessible only by registered users.

Note that there are two different concepts here:

  • An event calendar: This is a unit of information and events. The events aren’t shared with other calendars.
  • An event calendar’s view: This is the way a calendar is displayed. The same event calendar can have multiple views in the same page or in different pages. Since the calendar unit is the same, the data is shared between all views but the visual settings and features can be different.

See also this other FAQ entry about additional permissions settings: https://wordpress.dwbooster.com/faq/cp-multi-view-calendar#q205

Q: How show the entire title on month,week and day view on the event calendar?

A: Add this CSS rule into the “Customization area >> Add Custom Styles” (at the bottom of the page that contains the list of calendars):

Q: Can I change the event calendar plugin date format to DD/MM/YYYY?

A: The date format is automatically defined with each language to the proper values, however if you want to overwrite those settings open your plugin language file “wp-content\plugins\cp-multi-view-calendar\DC_MultiViewCal\language\multiview_lang_xx-XX.js”, where xx-XX in the file name is your language identifier and into that file modify the items marked below:

    "fulldaykey": "MMddyyyy",
    "fulldayshow": "L d yyyy",
    "fulldayvalue": "M/d/yyyy",
    "Md": "W M/d",
    "nDaysView": "M/d",
    "Md3": "L d",
    "separator": "/",
    "year_index": 2,
    "month_index": 0,
    "day_index": 1,

… to this:

    "fulldaykey": "ddMMyyyy",
    "fulldayshow": "d L yyyy",
    "fulldayvalue": "d/M/yyyy",
    "Md": "W d/M",
    "nDaysView": "d/M",
    "Md3": "d L",
    "separator": "/",
    "year_index": 2,
    "month_index": 1,
    "day_index": 0,

Reviews

September 24, 2020 1 reply
This is one of the best and easiest plugins to work with. I am able to easily publish or edit multiple posted schedule items whether single or repeatable
July 17, 2019 1 reply
I’ve been using this plugin for some time now and am very pleased with it. Yesterday I bumped into a problem where I couldn’t create a new entry. I searched for a solution but didn’t find one so I contacted support. They responded right away and this morning the calendar is fixed and working properly. GREAT SUPPORT!
July 15, 2019 1 reply
I have tested almost every free calendar plugin out there and every one had some kind of negative thing that made it unusable for me. I have been using CP Multiview calendar for years now and I am very very happy with it. It works perfectly and the rare times when I do have a problem, there is a super capable support team that really wants to help you out and not just send you off with some bulls***. Thank you so much for making this plugin, I recommend it to everyone!
March 1, 2019 1 reply
We are using CP Multi View Event Calendar for years, and it works as designed. Nice clean looking calendar. Our recent issue was quickly resolved, thank you!
Read all 46 reviews

Contributors & Developers

“Calendar Event Multi View” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.4.30

  • Compatible with WP 6.7

1.4.29

  • Translations update

1.4.28

  • Compatible with WP 6.6

1.4.27

  • Fixed problem with calendar stretching in month view

1.4.26

  • Script enqueue improvement

1.4.25

  • Javascript improvement
  • Tags moved: picture calendar,ical,images calendar,recurring,google calendar,event management,week calendar, month calendar

1.4.24

  • Compatible with WP 6.4

1.4.23

  • More time edition options

1.4.22

  • Compatible with WP 6.3

1.4.21

  • JS fixes

1.4.20

  • Additional wp_unslash fix

1.4.19

  • wp_unslash fix

1.4.18

  • Compatible with WP 6.2

1.4.17

  • Fixed bug in edition area

1.4.16

  • Ajax URL update

1.4.15

  • Interface modifications and bug fixes

1.4.13

  • Compatible with WP 6.1

1.4.12

  • Edition panel fix

1.4.11

  • Feedback panel update

1.4.10

  • Update for compatibility with some themes (III)

1.4.09

  • Update for compatibility with some themes (II)

1.4.08

  • Update for compatibility with some themes

1.4.07

  • Security improvements

1.4.06

  • Compatible with WordPress 6.0

1.4.05

  • Compatible with WordPress 5.9

1.4.04

  • PHP compatibility fix

1.4.03

  • Fixed jQuery initialization issue

1.4.02

  • Compatible with WordPress 5.8

1.4.01

  • Security improvements

1.3.99

  • Compatible with WordPress 5.7

1.3.98

  • Minor visualization bug fixes

1.3.97

  • Compatible with WordPress 5.6

1.3.96

  • Replaced jQuery deprecated code

1.3.95

  • Fixed bug with jQuery deprecated code

1.3.94

  • jQuery compatibility update

1.3.93

  • Compatible with WordPress 5.5

1.3.92

  • Language detection improvement

1.3.91

  • Compatible with WordPress 5.4

1.3.90

  • Fixed bug in lists

1.3.89

  • Added Swedish language

1.3.88

  • Compatible with WordPress 5.3

1.3.87

  • New settings option to overwrite date format

1.3.86

  • Optimized script enqueue

1.3.85

  • Fixed bug on min/max date

1.3.84

  • Fixed bug on max date / n-month calendar view settings

1.3.83

  • Update to publish section

1.3.82

  • Fix to database encoding

1.3.81

  • Updated editor settings

1.3.80

  • Multiple code improvements

1.3.79

  • Code improvements

1.3.78

  • Update for compatibility with WordPress 5.2

1.3.77

  • Compatible with Google Translate

1.3.76

  • Compatible with WordPress 5.2

1.3.75

  • Review link update

1.3.74

  • Fixed conflict with third party plugin (NextGEN Gallery)

1.3.73

  • Fixed bug in edition window

1.3.72

  • New mobile-friendly edition interface

1.3.71

  • Improved compatibility with Elementor

1.3.70

  • Fixed bugs data loading

1.3.69

  • Fixed bugs in day events for weekly and daily views

1.3.68

  • Fixed bug in events floating panel

1.3.67

  • Removed use of CURL

1.3.66

  • Fixed compatibility issue with Gutemberg Editor

1.3.65

  • Fixed compatibility issue with Elementor

1.3.64

  • New responsive edition panel

1.3.63

  • Compatible with WordPress 5.0

1.3.62

  • Interface improvements

1.3.61

  • Fixed bug in recurrent events

1.3.60

  • Several interface improvements

1.3.59

  • Improved security in custom edition area

1.3.58

  • Fixed admin edition view and added list

1.3.57

  • Better CSS edition area

1.3.56

  • Added automatic data deletion option

1.3.55

  • Fixed problem with lines alignment in the day and week view

1.3.54

  • Fixed magic quotes issues

1.3.53

  • Fixed conflict with Gutemberg editor

1.3.52

  • Easier installation process and publish wizard

1.3.51

  • First calendar view is automatically created during installatino

1.3.50

  • Improved interface for easier use

1.3.49

  • Fixed conflict with Beaver Builder

1.3.48

  • Fixed bug related to the avoid overlapping events feature

1.3.47

  • Activation issue fixed

1.3.46

  • Fixed jQuery conflicts

1.3.45

  • Database creating encoding fix

1.3.44

  • Fixed bug in activation process

1.3.43

  • Readme updates and optional feedback feature added.

1.3.42

  • Easier activation process

1.3.41

  • Improved interface and documentation

1.3.40

  • Added interval by hour configuration value

1.3.39

  • Fixed problem in day visualization

1.3.38

  • Fixed conflict with W3 Total Cache

1.3.37

  • Fixed problem when adding events from a locations list

1.3.36

  • Renamed plugin references to avoid conflicts

1.3.35

  • Fixed typo in Slovak translation

1.3.34

  • Updates to CSS in order to improve the responsive visualization

1.3.33

  • Language updates in English, French, German, Italian, Russian, Portuguese, Danish, Czech, Dutch, Norwegian, Polish and Slovak

1.3.32

  • Language updates

1.3.31

  • Updates to CSS in order to improve the visualization

1.3.30

  • Updates to support a new calendar view

1.3.29

  • Added CSS and JavaScript customization panel

1.3.28

  • Fixed bug in review panel

1.3.27

  • Fixed problem with numberofdays in the day, week and nDays View

1.3.26

  • Updates to support a new calendar view

1.3.25

  • Fixed problem with arrows alignment into the nMonth view

1.3.24

  • Compatible with WordPress 4.9

1.3.23

  • Fixed bug in classic view

1.3.22

  • Fixed CSS to the fix the position of the icons

1.3.21

  • Fixed bug related to the new event popup in the month view.

1.3.20

  • Security update for edition access verification.

1.3.19

  • Added feature to modify character sets

1.3.18

  • Fixed conflict with third party plugins in the edition panel

1.3.17

  • Fix to avoid PHP warning

1.3.16

  • Fixed bug in edition window

1.3.15

  • Demo and sample pages moved to SSL

1.3.14

  • Moved plugin website and links to SSL

1.3.12

  • Interface modifications for clearer instructions

1.3.11

  • Security update to prevent direct calls to scripts

1.3.10

  • Optimized method for loading CSS

1.2.99

  • Tested and compatible with WordPress 4.8

1.2.98

  • Fixed bug while using shared resources

1.2.96

  • Improvements to query sanitization

1.2.95

  • Fixed bug in review panel

1.2.94

  • Support pointed to public forum
  • Better query sanitization with $wpdb->prepare

1.2.93

  • Fixed bug related to print not working in Google Chrome
  • Calendar shortcode also available for admin area

1.2.92

  • Improved the week view for mobile version

1.2.91

  • Fixed bug related to encoding text into the event location

1.2.90

  • Fixed bug related to conflict with viewWeekDays parameter and start day of the week

1.2.89

  • Fixed bug with recurring events in the list view

1.2.88

  • Fixed bug when create an event that spans more than one day

1.2.87

  • Display all events in the month view without the “more event” link

1.2.86

  • Improved responsive design in the week view.

1.2.85

  • Fixed bug into the German Language.
  • Improved visualization in the week view.

1.2.84

  • Fixed bug related to encoding text into the edition event

1.2.83

  • Fixed another bug related to week view with rows

1.2.82

  • Fixed bug related to week view with rows and not all day events

1.2.81

  • Database update

1.2.80

  • Changed the portuguese language file

1.2.79

  • Admin intf updates

1.2.78

  • Added CSS class to time in the month view

1.2.77

  • Fixed links

1.2.76

  • Changed the code to configure the hours width in the day and week view

1.2.75

  • Fixed bug related to the default location when dc_locations is used

1.2.74

  • Fixed bug related to the position in the “Quick add” tooltip

1.2.73

  • Correction to views list

1.2.72

  • Fixed bug related to the time edition in the recurrent events

1.2.71

  • Fixed bug related to showing the calendar in Internet Explorer

1.2.70

  • Fixed bug in the position of the edition calendar

1.2.69

  • Fixed bug related to the recurrent events

1.2.68

  • Compatible with WP 4.7

1.2.67

  • New documentation page

1.2.66

  • Avoids the error “414 Request-URI Too Long” in some servers

1.2.65

  • Fixed bug related to responsive design in nMonth view

1.2.64

  • New upgrade option

1.2.63

  • Update for month view visualization

1.2.62

  • Fixed problem of event height in the week view

1.2.61

  • Avoid conflict with the CSS theme when date_box_with_color_in_nmonth_view is true in the nMonth view

1.2.60

  • Fix to CSS conflict in nMonth view

1.2.59

  • Updated for one instance of recurrent events

1.2.58

  • Modifications to make the calendar more responsive in weekly view on a cell or tablet

1.2.57

  • Fixed bug related to starts showing 00:00 events at the 12:00 level in Weekly view

1.2.56

  • Fixed bug on duplicated events

1.2.55

  • Update for recurrent events

1.2.54

  • Fixed bug related to the recurrent events start always in the current date

1.2.53

  • Fixed bug related recurrents events with current date

1.2.52

  • Fixed bug events time

1.2.51

  • Fixed bug in view creation

1.2.50

  • Language update

1.2.49

  • Fixed to magic quotes feature

1.2.48

  • Fixed bug related to nDays view.

1.2.47

  • Fixed bug related to recurrent events in the rrule file

1.2.46

  • Fixed bug in the ndays view related to the cells of the calendar getting out of the borders

1.2.45

  • New custom request form

1.2.44

  • Compatible with WP 4.6

1.2.43

  • Polish language update

1.2.42

  • New page for custom requests

1.2.41

  • Improved language auto-detection

1.2.40

  • Added alternative script load methods

1.2.39

  • Fixed bug in the week view to avoid a conflic with the CSS theme

1.2.38

  • CSS update to fix the time color in the day view

1.2.37

  • New support addr and tracking param

1.2.36

  • Fixed bug related to the auto heigh into the day and week view

1.2.35

  • Fixed bug in encoding of calendar params

1.2.34

  • Removed old versions of the calendar

1.2.33

  • Calendar improvement to minimize plugin conflicts

1.2.32

  • New init hooks

1.2.31

  • Moved old changelogs to external file

1.2.30

  • Fixed bug related to initialization in the event edition’s colorpicker

1.2.29

  • Added new script load method

1.2.28

  • Lang update for recurrent events

1.2.27

  • Tested in WP 4.5
  • Fixed bug related to the recurrent events in the february 28

1.2.26

  • Fixed the dynamic row height in Multi-column week view.

1.2.25

  • CSS update to fix the time color in the week view

1.2.24

  • Fixed the dynamic row height in Multi-column day view.

1.2.23

  • Allow dynamic row height in the rows by category in the week view

1.2.22

  • Fixed bug in the editor to keep the focus in the description field

1.2.21

  • CSS update to fix the weekday color in the nMonth view

1.2.20

  • Fixed bug when loading events from database

1.2.19

  • Fixed bug in month view with quick add button.

1.2.18

  • Fix for a correct refresh of the calendar after editing an event.
  • Update for fixing update date issue

1.2.17

  • Fixed problem with the focus in chrome quick add button

1.2.16

  • Fixed bug related to render after quick add event button

1.2.15

  • Improved the visualization in the day and week view

1.2.14

  • Translation corrections

1.2.13

  • Fixed bug in the “more events” text
  • Fixed bug in the quick add button

1.2.12

  • Fixed bug related to the “more events” feature

1.2.11

  • Fixed bug related to the autoselect color in the event edition

1.2.10

  • Fixed underline CSS issues
  • Fixed bug related event color in the move action

1.2.9

  • Tested and compatible with WordPress 4.4

1.2.8

  • Fixed script error
  • Fixed bug in month view

1.2.7

  • Fixed bug related to the heigh of the cell in the day and week view
  • Fixed bug related to recurrent events in List View
  • Fixed bug related to resize event in the day and week view

1.2.6

  • Prevent recurrent events be moved with drag and drop feature to keep data integrity
  • Fixed bug related to loosing focus while editing event details

1.2.5

  • Fixed bug related to the annually repeat event.

1.2.4

  • Add configurable dialog width in the day, week, month and nMonth views

1.2.3

  • Fixed bug related to recurrent events.
  • Added note about the recurrent events

1.2.2

  • Updated CSS rules to avoid conflicts in WP 4.3

1.2.1

  • Compatible with WordPress 4.3
  • Fixed bug in the mindate parameter.
  • Update to the new PHP style contructor for WP 4.3
  • Replaced heading tags in admin interface.
  • Fixed bug related to undefined message that appeared under slow connections.

1.1.9

  • Fixed bug related to the latest day of the month for repeat events
  • Added tracking to error codes
  • Fixed bug in parameters processing

1.1.8

  • Fixed SQL vulnerability (thank you to Joaquin Ramirez Martinez for the report)

1.1.7

  • Tooltip setting is now marked as default
  • New col attribute in the day view with columns
  • Pre-selection of items in quick add tooltip features
  • Compatible with the latest WordPress 4.2.x version

1.1.6

  • Sanitized output of items on the admin area

1.1.5

  • Fixed SQL and XSS Vulnerabilities (vulnerability was found by Joaquin Ramirez Martinez with the help Christian Mondragon Uriel Zarate)
  • Translations improved
  • Update to the ajax url paths
  • Fixed bug related to the date format

1.0.2

  • Improved plugin security
  • Fixed warning that appeared with PHP safe mode restrictions
  • Sanitized GET parameters used in queries

1.0.1

  • Interface modifications.
  • Added missing images folder
  • Preview options for the event calendar views
  • Fixed bug with special characters in events
  • Compatible with the latest WP versions
  • Modifications to make the calendar responsive
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17