WebCalendar

A modern calendar plugin with recurring events, iCal import/export, remote calendar sync, Gutenberg blocks, and access control.

3 database tables

Table NameDescriptionMethod
wp_webcal_entryStores form submissions and user-entered data.Static
wp_webcal_entry_categoriesStores form submissions and user-entered data.Static
wp_webcal_entry_userStores form submissions and user-entered data.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:webcal_attachments_Option key:webcal_config_date_formatOption key:webcal_config_time_formatOption key:webcal_delete_data_on_uninstallOption key:webcal_featured_image_Option key:webcal_frontend_submissionOption key:webcal_google_maps_api_keyOption key:webcal_import_max_eventsOption key:webcal_last_sync_timeOption key:webcal_map_providerOption key:webcal_rate_limitOption key:webcal_rate_limit_periodOption key:webcal_single_event_pagesOption key:webcal_submission_requires_approvalOption key:webcalendar_wp_db_version
wp_usermeta
User meta