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

Plugin: appointment-booking-calendar (Used by 7 domains)

Appointment Booking Calendar

👤 codepeople 📦 v1.3.99 🔗 Plugin Homepage

Appointment Booking Calendar is an appointment calendar plugin for accepting online bookings from a set of available time-slots in a calendar. The booking form is linked to a PayPal payment process.

You can use it to accept bookings for medical consultation, classrooms, events, transportation and other activities where a specific time from a defined set must be selected, allowing you to define the maximum number of bookings that can be accepted for each time-slot.

Features:

  • The customer can book an available time slot from a defined set.
  • The booking form is connected to a PayPal payment page
  • You can define the appointment booking capacity for each time-slot.
  • A notification email is sent to the specified email addresses (one or more) after completed the booking payment.
  • A confirmation email with the appointment data is sent to the user after completing the booking payment.
  • You can assign a user to the appointment booking calendar. Users with “Editor Access Level” will get access to the appointment calendar only if it has been assigned previously.
  • Exports the appointments to iCal format (Google Calendar, Outlook).
  • Includes captcha validation for preventing spam from the appointment calendar form.
  • The appointment calendar has a printable list of bookings.
  • You can edit the text of the notification/confirmation emails.
  • Allows defining the product name at PayPal, the currency, the PayPal language and amount to pay for an appointment booking (you can set zero to let the user pay/donate the desired amount).
  • Allows defining the working days, the exact time slots available and the appointment capacity of each time slot.
  • Multi-page calendar: You can setup it to show many months at once.
  • Multiple time-slot selection: The custom can book many time-slots at once if allowed in the settings.
  • Configurable date format: mm/dd/yyyy or dd/mm/yyyy
  • Supports both am/pm and military time.
  • Export appointment data to CSV / Excel files.
  • You can define the start day of the week on the appointment calendar.
  • You can define the minimum available date and the maximum available date for the bookings.
  • You can block specific dates.
  • New WP Gutenberg Editor Block
  • Elementor Editor Block
  • Pretty modern administration interface.

Please note that this is a plugin originally designed to accept appointment bookings linked to PayPal payments. The feature for accepting appointments without PayPal is implemented/available in the commercial versions: https://abc.dwbooster.com/download

Payments processed through the plugin are SCA ready (Strong Customer Authentication), compatible with the new Payment services (PSD 2) – Directive (EU) that comes into full effect on 14 September, 2019.

Available Languages and Adding New Languages / Translations

The current translations are already available in the appointment calendar plugin:

  • Afrikaans (af)
  • Albanian (sq)
  • Arabic (ar)
  • Armenian (hy_AM)
  • Azerbaijani (az)
  • Basque (eu)
  • Belarusian (be_BY)
  • Bulgarian (bg_BG)
  • Catalan (ca)
  • Central Kurdish (ckb)
  • Chinese (China zh_CN)
  • Chinese (Taiwan zh_TW)
  • Croatian (hr)
  • Czech (cs_CZ)
  • Danish (da_DK)
  • Dutch (nl_NL)
  • Esperanto (eo_EO)
  • Estonian (et)
  • Finnish (fi)
  • French (fr_FR)
  • Galician (gl_ES)
  • Georgian (ka_GE)
  • German (de_DE)
  • Greek (el)
  • Gujarati (gu_IN)
  • Hebrew (he_IL)
  • Hindi (hi_IN)
  • Hungarian (hu_HU)
  • Indian Bengali (bn_IN)
  • Indonesian (id_ID)
  • Irish (ga_IE)
  • Italian (it_IT)
  • Japanese (ja)
  • Korean (ko_KR)
  • Latvian (lv)
  • Lithuanian (lt_LT)
  • Macedonian (mk_MK)
  • Malay (ms_MY)
  • Malayalam (ml_IN)
  • Maltese (mt_MT)
  • Norwegian (nb_NO)
  • Persian (fa_IR)
  • Polish (pl_PL)
  • Portuguese Brazil(pt_BR)
  • Portuguese (pt_PT)
  • Punjabi (pa_IN)
  • Russian (ru_RU)
  • Romanian (ro_RO)
  • Serbian (sr_RS)
  • Slovak (sk_SK)
  • Slovene (sl_SI)
  • Spanish (es_ES)
  • Swedish (sv_SE)
  • Tagalog (tl)
  • Tamil (ta)
  • Thai (th)
  • Turkish (tr_TR)
  • Ukrainian (uk)
  • Vietnamese (vi)

If you want to add a new translation you can add a new PO/MO file into the “languages” folder. If you want to provide the translation for a new language you can send us the texts and we will create the PO/MO files for you. We will appreciate if you allow sharing your translation with other WordPress users.

The Troubleshoot Area

Use the troubleshot if you are having problems with special or non-latin characters. In most cases changing the charset to UTF-8 through the option available for that in the troubleshot area will solve the problem.

You can also use this area to change the script load method if the booking calendar isn’t appearing in the public website.

There are also two fields related to the iCal settings: the “iCal time zone difference vs. server time” and the “iCal timeslot size in minutes”. The “iCal time zone difference vs. server time” can be updated to match the desired time zone. The difference is calculated referred to the server time, you may have to test some values until finding the one that matches the desired time-zone. The “iCal timeslot size in minutes” can be modified to have a specific slot time in the exported iCal file.

The Restricted Dates Tab

The “Restricted Dates” tab into the calendar settings lets you to completely disable selected dates from the appointment calendar. This is useful for excluding public holidays or other specific dates where no appointments will be offered.

To restrict a date just click it into the date picker calendar that appears in this tab. To remove an already restricted date, just click it again.

The Special Dates Tab

The “Restricted Dates” tab into the calendar settings lets you use a different time-slots schedule for specific dates. For example you can have the same time-slots available for all Tuesdays in the appointment booking calendar, but if you want to offer different time-slots on a specific Tuesday then you can use the “Special Dates” tab to overwrite the time-slots for that date.

To use this section click a date into the date picker that appears on the “Restricted Dates” tab and a floating panel will appear for editing the available time-slots for the selected date.

The Notification Emails

The notification emails with the appointment data entered in the booking form can sent in “Plain Text” format (default) or in “HTML” format. If you select “HTML” format, be sure to use the BR or P tags for the line breaks into the text and to use the proper formatting.

Displaying a List of Appointments

A list with the appointments set on the calendar can be displayed by using this shortcode in the page where you want to display the list:

[CPABC_APPOINTMENT_LIST]

… can be also customized with some parameters if needed, example:

[CPABC_APPOINTMENT_LIST from="today" to="today +30 days" fields="DATE,TIME,NAME" calendar="1"]

… the “from” and “to” are used to display only the appointments / bookings on the specified period. That can be either indicated as relative days to “today” or as fixed dates.

There is also a “group” attribute to join the names of the appointments made on the same time-slot (for time-slots with multiple capacity):

[CPABC_APPOINTMENT_LIST group="yes"]

The “fields” can be used to modify the columns to display, that field accepts the following items (uppercase):

CALENDAR
DATE
TIME
NAME
PHONE
COMMENTS

… however, in most cases, probably you don’t want to display the phone or comments.

The styles for the list are located at the end of the file “all-css.css”:

.cpabc_field_0, .cpabc_field_1, .cpabc_field_2, ...

Clear the browser cache if the list isn’t displayed in a correct way (to be sure it loads the updated styles).

Opening the Calendar in a Different Month

There is a field in the settings area named “Open calendar in this initial month/year”. This can be used to display the calendar initially in a specified month. This is useful, for example, for bookings of an event that will happen in a future month, so you can display the calendar exactly on that month.

Allowing Booking Multiple Appointment Slots

These settings fields are available for each appointment calendar:

  • Minimum slots to be selected: This is the minimum number of slots that the customer must select in the booking form.

  • Maximum slots to be selected: This is the maximum number of slots that the customer can select in the booking form.

  • Close floating panel after selecting a time-slot?: Default: “Yes”. Set to “No” in the case the user has to select various slots in the same date. The price should be set for each total number of slots below (request cost setting).

Note that the request cost field will be automatically updated for allowing entering the price for each number of time-slots, giving total freedom at this price setting.

Exporting Appointments to CSV / Excel Files

The appointment data can be exported to a CSV file (Excel compatible) to manage the data from other applications. That option is available from the “bookings list”, the appointments can be filtered by date and by the text into them, so you can export just the needed appointments to the CSV file.

Appointment Calendar Theme Selection

The current Appointment Booking Calendar version has three pre-built CSS themes:

  • Default – Classic
  • Light
  • Blue

The theme can be selected into the administration area, below the calendar on the settings field labeled “Calendar visual theme”. Once selected a new theme, the CSS file “all-css.css” will be loaded from a different subfolder, be sure to edit the related CSS file if you need further modifications to the appointment booking calendar theme styles.

Other Versions and Features

The free version published in this WordPress directory is a fully-functional version for accepting appointments through PayPal as indicated in the plugin description. There is also a pro (commercial) version that includes the following additional features (not present in the free version):

  • Ability to process forms/appointments without PayPal
  • Form builder for a visual customization of the booking form
  • Email reminders for the appointments
  • Coupons / discount codes
  • Additional drop-down fields for multiple prices/services
  • Display calculated appointments price below the calendar
  • … and a lot more of rich features

Please note that the pro features aren’t advised as part of the free plugin in the description shown in this WordPress directory. If you are interested in more information about the pro features go to the plugin’s page: https://abc.dwbooster.com/download

DomainExposuresHeadersLast Checked
v*y*n*e*6.com (WP 6.8.5) F 2026-05-31 22:32:28
k*h*s*i*m*n*j*w*l*r*.com (WP 7.0) F 2026-05-25 10:10:12
t*x*s*o*y*r*p*.com (WP 4.9.26) ⚠️ F 2026-05-16 14:32:54
y*u*h*a*t*y*e*s*r*s.com C 2026-05-13 22:28:12
w*i*e*e*t*e*s*d*.com (WP 6.9.4) F 2026-05-10 12:58:39
b*r*a*o*s*o*k*l*n*.com (WP 6.9.4) C 2026-05-04 05:24:50
j*n*h*n*i*c*a*t.com (WP 6.6.5) F 2026-05-03 05:30:18

Top 50 Plugins

Plugin Count
elementor 1,756,473
contact-form-7 1,728,289
elementor-pro 1,024,971
woocommerce 799,922
revslider 604,917
jetpack 459,268
js_composer 423,031
wp-rocket 325,807
essential-addons-for-elementor-lite 283,118
gravityforms 258,255
complianz-gdpr 248,417
cookie-law-info 224,740
instagram-feed 223,256
google-site-kit 216,880
sitepress-multilingual-cms 215,794
google-analytics-for-wordpress 210,035
header-footer-elementor 205,913
elementskit-lite 198,799
bluehost-wordpress-plugin 189,610
gutenberg 159,149
cookie-notice 146,224
gutenberg-core 144,661
wpforms-lite 127,657
the-events-calendar 127,623
litespeed-cache 126,200
gtranslate 124,664
astra-sites 118,113
popup-maker 113,498
woocommerce-payments 111,181
tablepress 105,027
honeypot 94,590
coblocks 93,714
astra-addon 93,376
all-in-one-seo-pack 91,553
wp-smushit 91,525
duracelltomi-google-tag-manager 91,157
LayerSlider 89,799
bb-plugin 89,314
premium-addons-for-elementor 85,023
akismet 84,679
megamenu 83,993
cleantalk-spam-protect 82,503
mailchimp-for-wp 82,075
woocommerce-gateway-stripe 81,463
ml-slider 78,813
fusion-builder 77,905
ewww-image-optimizer 77,261
formidable 76,623
borlabs-cookie 76,613
wp-pagenavi 76,351

Top 50 Themes

Theme Count
hello-elementor 600,560
Divi 500,236
astra 415,541
flatsome 126,169
Avada 121,734
generatepress 116,737
pub 100,060
oceanwp 81,549
kadence 76,302
enfold 70,112
salient 65,454
twentyseventeen 54,760
bb-theme 54,332
twentytwentyfour 52,997
cocoon-master 51,737
h4 51,188
betheme 50,586
blocksy 49,275
dt-the7 44,946
twentytwentyfive 42,642
neve 38,308
Avada-Child-Theme 36,816
gox 32,908
woodmart 32,438
bridge 32,297
twentytwentyone 31,574
lightning 30,807
twentytwenty 29,395
swell 28,245
Impreza 25,689
bricks 25,333
twentytwentythree 23,657
Newspaper 22,757
twentytwentytwo 19,761
sydney 19,597
epik-redesign 19,271
uncode 18,603
voxel 17,877
twentysixteen 17,759
pro 17,587
storefront 17,462
extendable 14,471
Total 14,416
yith-wonder 13,964
kubio 13,887
hello-theme-child-master 12,992
factory-templates-4 12,783
themify-ultra 12,708
yootheme 12,593
hestia 12,458