diff --git a/README.md b/README.md
index fc1c10a..0683110 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
-New Event Calendar description here
+> **DHTMLX Event Calendar is no longer available to new customers.**
+> This documentation is maintained for customers with an existing Event Calendar
+> license. For new projects, please consider
+> [DHTMLX Scheduler](https://docs.dhtmlx.com/scheduler/).
## Explore documentation locally
@@ -27,7 +30,7 @@ $ yarn start
## Related sources
-[Download DHTMLX Event Calendar](https://dhtmlx.com/docs/products/dhtmlxEventCalendar/download.shtml)
+[Client's Area](https://dhtmlx.com/clients/) — existing customers can download their licensed Event Calendar package here
[Live demos](https://snippet.dhtmlx.com/qw45r367?tag=event_calendar)
diff --git a/docker/nginx.conf b/docker/nginx.conf
index f87e3c9..de0c3d1 100644
--- a/docker/nginx.conf
+++ b/docker/nginx.conf
@@ -44,6 +44,10 @@ http {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
+
+ # MKS-3075: the robots tag only covers HTML. This also reaches
+ # the search index, images and any other non-HTML asset.
+ add_header X-Robots-Tag "noindex, follow" always;
}
}
}
\ No newline at end of file
diff --git a/docs/api/api_overview.md b/docs/api/api_overview.md
index d2b493e..10ce249 100644
--- a/docs/api/api_overview.md
+++ b/docs/api/api_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: API overview
title: API Overview
-description: You can explore an API overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore an API overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# API overview
diff --git a/docs/api/config/js_eventcalendar_calendars_config.md b/docs/api/config/js_eventcalendar_calendars_config.md
index c76ecc9..b06ce40 100644
--- a/docs/api/config/js_eventcalendar_calendars_config.md
+++ b/docs/api/config/js_eventcalendar_calendars_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: calendars
title: calendars Config
-description: You can learn about the calendars config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the calendars config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# calendars
diff --git a/docs/api/config/js_eventcalendar_colors_config.md b/docs/api/config/js_eventcalendar_colors_config.md
index 74d8269..7dca140 100644
--- a/docs/api/config/js_eventcalendar_colors_config.md
+++ b/docs/api/config/js_eventcalendar_colors_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: colors
title: colors Config
-description: You can learn about the colors config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the colors config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# colors
diff --git a/docs/api/config/js_eventcalendar_config_config.md b/docs/api/config/js_eventcalendar_config_config.md
index 64e42f9..3ac34a2 100644
--- a/docs/api/config/js_eventcalendar_config_config.md
+++ b/docs/api/config/js_eventcalendar_config_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: config
title: config Config
-description: You can learn about the config config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the config config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# config
diff --git a/docs/api/config/js_eventcalendar_date_config.md b/docs/api/config/js_eventcalendar_date_config.md
index e3335be..7e4b928 100644
--- a/docs/api/config/js_eventcalendar_date_config.md
+++ b/docs/api/config/js_eventcalendar_date_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: date
title: date Config
-description: You can learn about the date config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the date config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# date
diff --git a/docs/api/config/js_eventcalendar_editorshape_config.md b/docs/api/config/js_eventcalendar_editorshape_config.md
index a8c1a8f..bfb2367 100644
--- a/docs/api/config/js_eventcalendar_editorshape_config.md
+++ b/docs/api/config/js_eventcalendar_editorshape_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: editorShape
title: editorShape Config
-description: You can learn about the editorShape config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the editorShape config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# editorShape
diff --git a/docs/api/config/js_eventcalendar_editorvalidation_config.md b/docs/api/config/js_eventcalendar_editorvalidation_config.md
index 4423312..dedba79 100644
--- a/docs/api/config/js_eventcalendar_editorvalidation_config.md
+++ b/docs/api/config/js_eventcalendar_editorvalidation_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: editorValidation (Deprecated)
title: editorValidation Config
-description: You can learn about the editorValidation config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the editorValidation config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# editorValidation
diff --git a/docs/api/config/js_eventcalendar_events_config.md b/docs/api/config/js_eventcalendar_events_config.md
index e53b06c..52354a0 100644
--- a/docs/api/config/js_eventcalendar_events_config.md
+++ b/docs/api/config/js_eventcalendar_events_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: events
title: events Config
-description: You can learn about the events config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the events config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# events
diff --git a/docs/api/config/js_eventcalendar_locale_config.md b/docs/api/config/js_eventcalendar_locale_config.md
index ed540ba..991913a 100644
--- a/docs/api/config/js_eventcalendar_locale_config.md
+++ b/docs/api/config/js_eventcalendar_locale_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: locale
title: locale Config
-description: You can learn about the locale config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the locale config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# locale
diff --git a/docs/api/config/js_eventcalendar_mode_config.md b/docs/api/config/js_eventcalendar_mode_config.md
index fe885e1..50ee939 100644
--- a/docs/api/config/js_eventcalendar_mode_config.md
+++ b/docs/api/config/js_eventcalendar_mode_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: mode
title: mode Config
-description: You can learn about the mode config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the mode config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# mode
diff --git a/docs/api/config/js_eventcalendar_sidebar_config.md b/docs/api/config/js_eventcalendar_sidebar_config.md
index 443d456..e43cb66 100644
--- a/docs/api/config/js_eventcalendar_sidebar_config.md
+++ b/docs/api/config/js_eventcalendar_sidebar_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: sidebar
title: sidebar Config
-description: You can learn about the sidebar config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the sidebar config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# sidebar
diff --git a/docs/api/config/js_eventcalendar_templates_config.md b/docs/api/config/js_eventcalendar_templates_config.md
index 2ae26b3..3a8d086 100644
--- a/docs/api/config/js_eventcalendar_templates_config.md
+++ b/docs/api/config/js_eventcalendar_templates_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: templates
title: templates Config
-description: You can learn about the templates config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the templates config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# templates
diff --git a/docs/api/config/js_eventcalendar_theme_config.md b/docs/api/config/js_eventcalendar_theme_config.md
index 48bcc0b..774251f 100644
--- a/docs/api/config/js_eventcalendar_theme_config.md
+++ b/docs/api/config/js_eventcalendar_theme_config.md
@@ -1,7 +1,7 @@
---
sidebar_label: theme
title: theme Config
-description: You can learn about the theme config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the theme config in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# theme
diff --git a/docs/api/events/js_eventcalendar_addcalendar_event.md b/docs/api/events/js_eventcalendar_addcalendar_event.md
index 9ce20ca..00d0455 100644
--- a/docs/api/events/js_eventcalendar_addcalendar_event.md
+++ b/docs/api/events/js_eventcalendar_addcalendar_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: add-calendar
title: add-calendar Event
-description: You can learn about the add-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the add-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# add-calendar
diff --git a/docs/api/events/js_eventcalendar_addevent_event.md b/docs/api/events/js_eventcalendar_addevent_event.md
index 2aad430..4547c5c 100644
--- a/docs/api/events/js_eventcalendar_addevent_event.md
+++ b/docs/api/events/js_eventcalendar_addevent_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: add-event
title: add-event Event
-description: You can learn about the add-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the add-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# add-event
diff --git a/docs/api/events/js_eventcalendar_closeeventinfo_event.md b/docs/api/events/js_eventcalendar_closeeventinfo_event.md
index 9503aca..7840274 100644
--- a/docs/api/events/js_eventcalendar_closeeventinfo_event.md
+++ b/docs/api/events/js_eventcalendar_closeeventinfo_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: close-event-info
title: close-event-info Event
-description: You can learn about the close-event-info event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the close-event-info event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# close-event-info
diff --git a/docs/api/events/js_eventcalendar_deletecalendar_event.md b/docs/api/events/js_eventcalendar_deletecalendar_event.md
index e58a682..4ecd2a3 100644
--- a/docs/api/events/js_eventcalendar_deletecalendar_event.md
+++ b/docs/api/events/js_eventcalendar_deletecalendar_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: delete-calendar
title: delete-calendar Event
-description: You can learn about the delete-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the delete-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# delete-calendar
diff --git a/docs/api/events/js_eventcalendar_deleteevent_event.md b/docs/api/events/js_eventcalendar_deleteevent_event.md
index 00eb5fa..0b68c9f 100644
--- a/docs/api/events/js_eventcalendar_deleteevent_event.md
+++ b/docs/api/events/js_eventcalendar_deleteevent_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: delete-event
title: delete-event Event
-description: You can learn about the delete-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the delete-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# delete-event
diff --git a/docs/api/events/js_eventcalendar_editevent_event.md b/docs/api/events/js_eventcalendar_editevent_event.md
index bca2b40..abbaf7d 100644
--- a/docs/api/events/js_eventcalendar_editevent_event.md
+++ b/docs/api/events/js_eventcalendar_editevent_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: edit-event
title: edit-event Event
-description: You can learn about the edit-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the edit-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# edit-event
diff --git a/docs/api/events/js_eventcalendar_selectevent_event.md b/docs/api/events/js_eventcalendar_selectevent_event.md
index e0fd394..d9d8745 100644
--- a/docs/api/events/js_eventcalendar_selectevent_event.md
+++ b/docs/api/events/js_eventcalendar_selectevent_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: select-event
title: select-event Event
-description: You can learn about the select-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the select-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# select-event
diff --git a/docs/api/events/js_eventcalendar_setbound_event.md b/docs/api/events/js_eventcalendar_setbound_event.md
index 6ead540..e9606e2 100644
--- a/docs/api/events/js_eventcalendar_setbound_event.md
+++ b/docs/api/events/js_eventcalendar_setbound_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: set-bound
title: set-bound Event
-description: You can learn about the set-bound event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the set-bound event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# set-bound
diff --git a/docs/api/events/js_eventcalendar_setdate_event.md b/docs/api/events/js_eventcalendar_setdate_event.md
index 689ce5d..65cd4a0 100644
--- a/docs/api/events/js_eventcalendar_setdate_event.md
+++ b/docs/api/events/js_eventcalendar_setdate_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: set-date
title: set-date Event
-description: You can learn about the set-date event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the set-date event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# set-date
diff --git a/docs/api/events/js_eventcalendar_setmode_event.md b/docs/api/events/js_eventcalendar_setmode_event.md
index 15abf10..db85c31 100644
--- a/docs/api/events/js_eventcalendar_setmode_event.md
+++ b/docs/api/events/js_eventcalendar_setmode_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: set-mode
title: set-mode Event
-description: You can learn about the set-mode event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the set-mode event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# set-mode
diff --git a/docs/api/events/js_eventcalendar_togglesidebar_event.md b/docs/api/events/js_eventcalendar_togglesidebar_event.md
index 6a37888..43b7c0e 100644
--- a/docs/api/events/js_eventcalendar_togglesidebar_event.md
+++ b/docs/api/events/js_eventcalendar_togglesidebar_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: toggle-sidebar
title: toggle-sidebar Event
-description: You can learn about the toggle-sidebar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the toggle-sidebar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# toggle-sidebar
diff --git a/docs/api/events/js_eventcalendar_updatecalendar_event.md b/docs/api/events/js_eventcalendar_updatecalendar_event.md
index ecd591c..666989e 100644
--- a/docs/api/events/js_eventcalendar_updatecalendar_event.md
+++ b/docs/api/events/js_eventcalendar_updatecalendar_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: update-calendar
title: update-calendar Event
-description: You can learn about the update-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the update-calendar event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# update-calendar
diff --git a/docs/api/events/js_eventcalendar_updateevent_event.md b/docs/api/events/js_eventcalendar_updateevent_event.md
index 0580181..0f17edf 100644
--- a/docs/api/events/js_eventcalendar_updateevent_event.md
+++ b/docs/api/events/js_eventcalendar_updateevent_event.md
@@ -1,7 +1,7 @@
---
sidebar_label: update-event
title: update-event Event
-description: You can learn about the update-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the update-event event in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# update-event
diff --git a/docs/api/internal/js_eventcalendar_exec_method.md b/docs/api/internal/js_eventcalendar_exec_method.md
index 3b33b8e..3806703 100644
--- a/docs/api/internal/js_eventcalendar_exec_method.md
+++ b/docs/api/internal/js_eventcalendar_exec_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.exec()
title: exec Method
-description: You can learn about the exec method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the exec method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.exec()
diff --git a/docs/api/internal/js_eventcalendar_getreactivestate_method.md b/docs/api/internal/js_eventcalendar_getreactivestate_method.md
index 5008682..b32cf9d 100644
--- a/docs/api/internal/js_eventcalendar_getreactivestate_method.md
+++ b/docs/api/internal/js_eventcalendar_getreactivestate_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.getReactiveState()
title: getReactiveState Method
-description: You can learn about the getReactiveState method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getReactiveState method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.getReactiveState()
diff --git a/docs/api/internal/js_eventcalendar_getstate_method.md b/docs/api/internal/js_eventcalendar_getstate_method.md
index 5d55984..22d6eeb 100644
--- a/docs/api/internal/js_eventcalendar_getstate_method.md
+++ b/docs/api/internal/js_eventcalendar_getstate_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.getState()
title: getState Method
-description: You can learn about the getState method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getState method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.getState()
diff --git a/docs/api/internal/js_eventcalendar_getstores_method.md b/docs/api/internal/js_eventcalendar_getstores_method.md
index 892751b..ba043cf 100644
--- a/docs/api/internal/js_eventcalendar_getstores_method.md
+++ b/docs/api/internal/js_eventcalendar_getstores_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.getStores()
title: getStores Method
-description: You can learn about the getStores method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getStores method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.getStores()
diff --git a/docs/api/internal/js_eventcalendar_intercept_method.md b/docs/api/internal/js_eventcalendar_intercept_method.md
index c0c26bb..38641a4 100644
--- a/docs/api/internal/js_eventcalendar_intercept_method.md
+++ b/docs/api/internal/js_eventcalendar_intercept_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.intercept()
title: intercept Method
-description: You can learn about the intercept method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the intercept method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.intercept()
diff --git a/docs/api/internal/js_eventcalendar_on_method.md b/docs/api/internal/js_eventcalendar_on_method.md
index 26d1bfc..7489ff0 100644
--- a/docs/api/internal/js_eventcalendar_on_method.md
+++ b/docs/api/internal/js_eventcalendar_on_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.on()
title: on Method
-description: You can learn about the on method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the on method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.on()
diff --git a/docs/api/internal/js_eventcalendar_setnext_method.md b/docs/api/internal/js_eventcalendar_setnext_method.md
index 9a9dd18..ceefb71 100644
--- a/docs/api/internal/js_eventcalendar_setnext_method.md
+++ b/docs/api/internal/js_eventcalendar_setnext_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: api.setNext()
title: setNext Method
-description: You can learn about the setNext method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setNext method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# api.setNext()
diff --git a/docs/api/methods/js_eventcalendar_addcalendar_method.md b/docs/api/methods/js_eventcalendar_addcalendar_method.md
index e702059..5253671 100644
--- a/docs/api/methods/js_eventcalendar_addcalendar_method.md
+++ b/docs/api/methods/js_eventcalendar_addcalendar_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: addCalendar()
title: addCalendar Method
-description: You can learn about the addCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the addCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# addCalendar()
diff --git a/docs/api/methods/js_eventcalendar_addevent_method.md b/docs/api/methods/js_eventcalendar_addevent_method.md
index 6555fce..811dbb9 100644
--- a/docs/api/methods/js_eventcalendar_addevent_method.md
+++ b/docs/api/methods/js_eventcalendar_addevent_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: addEvent()
title: addEvent Method
-description: You can learn about the addEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the addEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# addEvent()
diff --git a/docs/api/methods/js_eventcalendar_closeeditor_method.md b/docs/api/methods/js_eventcalendar_closeeditor_method.md
index d5679ba..e6305a8 100644
--- a/docs/api/methods/js_eventcalendar_closeeditor_method.md
+++ b/docs/api/methods/js_eventcalendar_closeeditor_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: closeEditor()
title: closeEditor Method
-description: You can learn about the closeEditor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the closeEditor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# closeEditor()
diff --git a/docs/api/methods/js_eventcalendar_createevent_method.md b/docs/api/methods/js_eventcalendar_createevent_method.md
index 71c056e..7e64669 100644
--- a/docs/api/methods/js_eventcalendar_createevent_method.md
+++ b/docs/api/methods/js_eventcalendar_createevent_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: createEvent()
title: createEvent Method
-description: You can learn about the createEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the createEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# createEvent()
diff --git a/docs/api/methods/js_eventcalendar_deletecalendar_method.md b/docs/api/methods/js_eventcalendar_deletecalendar_method.md
index ab9a2ac..b5faafb 100644
--- a/docs/api/methods/js_eventcalendar_deletecalendar_method.md
+++ b/docs/api/methods/js_eventcalendar_deletecalendar_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: deleteCalendar()
title: deleteCalendar Method
-description: You can learn about the deleteCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the deleteCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# deleteCalendar()
diff --git a/docs/api/methods/js_eventcalendar_deleteevent_method.md b/docs/api/methods/js_eventcalendar_deleteevent_method.md
index 7b5746b..8a6d2d0 100644
--- a/docs/api/methods/js_eventcalendar_deleteevent_method.md
+++ b/docs/api/methods/js_eventcalendar_deleteevent_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: deleteEvent()
title: deleteEvent Method
-description: You can learn about the deleteEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the deleteEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# deleteEvent()
diff --git a/docs/api/methods/js_eventcalendar_destructor_method.md b/docs/api/methods/js_eventcalendar_destructor_method.md
index 88eb58d..3835acd 100644
--- a/docs/api/methods/js_eventcalendar_destructor_method.md
+++ b/docs/api/methods/js_eventcalendar_destructor_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: destructor()
title: destructor Method
-description: You can learn about the destructor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the destructor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# destructor()
diff --git a/docs/api/methods/js_eventcalendar_getcalendar_method.md b/docs/api/methods/js_eventcalendar_getcalendar_method.md
index cbc845a..a8ebf40 100644
--- a/docs/api/methods/js_eventcalendar_getcalendar_method.md
+++ b/docs/api/methods/js_eventcalendar_getcalendar_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: getCalendar()
title: getCalendar Method
-description: You can learn about the getCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# getCalendar()
diff --git a/docs/api/methods/js_eventcalendar_getevent_method.md b/docs/api/methods/js_eventcalendar_getevent_method.md
index 69c3953..16e04c5 100644
--- a/docs/api/methods/js_eventcalendar_getevent_method.md
+++ b/docs/api/methods/js_eventcalendar_getevent_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: getEvent()
title: getEvent Method
-description: You can learn about the getEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# getEvent()
diff --git a/docs/api/methods/js_eventcalendar_hideeventinfo_method.md b/docs/api/methods/js_eventcalendar_hideeventinfo_method.md
index 97b1a81..bd2e9af 100644
--- a/docs/api/methods/js_eventcalendar_hideeventinfo_method.md
+++ b/docs/api/methods/js_eventcalendar_hideeventinfo_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: hideEventInfo()
title: hideEventInfo Method
-description: You can learn about the hideEventInfo method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the hideEventInfo method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# hideEventInfo()
diff --git a/docs/api/methods/js_eventcalendar_openeditor_method.md b/docs/api/methods/js_eventcalendar_openeditor_method.md
index 0f5e18f..d2a5287 100644
--- a/docs/api/methods/js_eventcalendar_openeditor_method.md
+++ b/docs/api/methods/js_eventcalendar_openeditor_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: openEditor()
title: openEditor Method
-description: You can learn about the openEditor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the openEditor method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# openEditor()
diff --git a/docs/api/methods/js_eventcalendar_parse_method.md b/docs/api/methods/js_eventcalendar_parse_method.md
index d9b2a65..f2e55ff 100644
--- a/docs/api/methods/js_eventcalendar_parse_method.md
+++ b/docs/api/methods/js_eventcalendar_parse_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: parse()
title: parse Method
-description: You can learn about the parse method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the parse method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# parse()
diff --git a/docs/api/methods/js_eventcalendar_serialize_method.md b/docs/api/methods/js_eventcalendar_serialize_method.md
index d0dae77..d72072d 100644
--- a/docs/api/methods/js_eventcalendar_serialize_method.md
+++ b/docs/api/methods/js_eventcalendar_serialize_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: serialize()
title: serialize Method
-description: You can learn about the serialize method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the serialize method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# serialize()
diff --git a/docs/api/methods/js_eventcalendar_setconfig_method.md b/docs/api/methods/js_eventcalendar_setconfig_method.md
index d3f127f..f438a36 100644
--- a/docs/api/methods/js_eventcalendar_setconfig_method.md
+++ b/docs/api/methods/js_eventcalendar_setconfig_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: setConfig()
title: setConfig Method
-description: You can learn about the setConfig method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setConfig method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# setConfig()
diff --git a/docs/api/methods/js_eventcalendar_setdate_method.md b/docs/api/methods/js_eventcalendar_setdate_method.md
index f459d81..8840f3b 100644
--- a/docs/api/methods/js_eventcalendar_setdate_method.md
+++ b/docs/api/methods/js_eventcalendar_setdate_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: setDate()
title: setDate Method
-description: You can learn about the setDate method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setDate method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# setDate()
diff --git a/docs/api/methods/js_eventcalendar_setlocale_method.md b/docs/api/methods/js_eventcalendar_setlocale_method.md
index 19fff66..6c5b991 100644
--- a/docs/api/methods/js_eventcalendar_setlocale_method.md
+++ b/docs/api/methods/js_eventcalendar_setlocale_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: setLocale()
title: setLocale Method
-description: You can learn about the setLocale method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setLocale method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# setLocale()
diff --git a/docs/api/methods/js_eventcalendar_setmode_method.md b/docs/api/methods/js_eventcalendar_setmode_method.md
index e06a4a1..869df46 100644
--- a/docs/api/methods/js_eventcalendar_setmode_method.md
+++ b/docs/api/methods/js_eventcalendar_setmode_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: setMode()
title: setMode Method
-description: You can learn about the setMode method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setMode method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# setMode()
diff --git a/docs/api/methods/js_eventcalendar_settheme_method.md b/docs/api/methods/js_eventcalendar_settheme_method.md
index 9081256..9218379 100644
--- a/docs/api/methods/js_eventcalendar_settheme_method.md
+++ b/docs/api/methods/js_eventcalendar_settheme_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: setTheme()
title: setTheme Method
-description: You can learn about the setTheme method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the setTheme method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# setTheme()
diff --git a/docs/api/methods/js_eventcalendar_showeventinfo_method.md b/docs/api/methods/js_eventcalendar_showeventinfo_method.md
index 8baf284..be82744 100644
--- a/docs/api/methods/js_eventcalendar_showeventinfo_method.md
+++ b/docs/api/methods/js_eventcalendar_showeventinfo_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: showEventInfo()
title: showEventInfo Method
-description: You can learn about the showEventInfo method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the showEventInfo method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# showEventInfo()
diff --git a/docs/api/methods/js_eventcalendar_togglesidebar_method.md b/docs/api/methods/js_eventcalendar_togglesidebar_method.md
index add762a..e3d01df 100644
--- a/docs/api/methods/js_eventcalendar_togglesidebar_method.md
+++ b/docs/api/methods/js_eventcalendar_togglesidebar_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: toggleSidebar()
title: toggleSidebar Method
-description: You can learn about the toggleSidebar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the toggleSidebar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# toggleSidebar()
diff --git a/docs/api/methods/js_eventcalendar_updatecalendar_method.md b/docs/api/methods/js_eventcalendar_updatecalendar_method.md
index 410b281..a22f8f3 100644
--- a/docs/api/methods/js_eventcalendar_updatecalendar_method.md
+++ b/docs/api/methods/js_eventcalendar_updatecalendar_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: updateCalendar()
title: updateCalendar Method
-description: You can learn about the updateCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the updateCalendar method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# updateCalendar()
diff --git a/docs/api/methods/js_eventcalendar_updateevent_method.md b/docs/api/methods/js_eventcalendar_updateevent_method.md
index b1f8dc5..e13621d 100644
--- a/docs/api/methods/js_eventcalendar_updateevent_method.md
+++ b/docs/api/methods/js_eventcalendar_updateevent_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: updateEvent()
title: updateEvent Method
-description: You can learn about the updateEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the updateEvent method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# updateEvent()
diff --git a/docs/api/overview/events_overview.md b/docs/api/overview/events_overview.md
index 979f68f..da8d828 100644
--- a/docs/api/overview/events_overview.md
+++ b/docs/api/overview/events_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: Events overview
title: Events Overview
-description: You can explore an events overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore an events overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Events overview
diff --git a/docs/api/overview/internal_eventbus_overview.md b/docs/api/overview/internal_eventbus_overview.md
index 5f9a84b..f19a6e8 100644
--- a/docs/api/overview/internal_eventbus_overview.md
+++ b/docs/api/overview/internal_eventbus_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: Event Bus methods overview
title: Event Bus Methods Overview
-description: You can explore an Event Bus methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore an Event Bus methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Event Bus methods overview
diff --git a/docs/api/overview/internal_state_overview.md b/docs/api/overview/internal_state_overview.md
index 43cf38a..d318d55 100644
--- a/docs/api/overview/internal_state_overview.md
+++ b/docs/api/overview/internal_state_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: State methods overview
title: State Methods Overview
-description: You can explore a State methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore a State methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# State methods overview
diff --git a/docs/api/overview/methods_overview.md b/docs/api/overview/methods_overview.md
index 6ec86ca..3a3d930 100644
--- a/docs/api/overview/methods_overview.md
+++ b/docs/api/overview/methods_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: Methods overview
title: Methods Overview
-description: You can explore a methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore a methods overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Methods overview
diff --git a/docs/api/overview/properties_overview.md b/docs/api/overview/properties_overview.md
index 93da1de..fd74c2b 100644
--- a/docs/api/overview/properties_overview.md
+++ b/docs/api/overview/properties_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: Properties overview
title: Properties Overview
-description: You can explore a properties overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can explore a properties overview in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Properties overview
diff --git a/docs/api/overview/rest_methods_overview.md b/docs/api/overview/rest_methods_overview.md
index 7b1f2f2..a9d165c 100644
--- a/docs/api/overview/rest_methods_overview.md
+++ b/docs/api/overview/rest_methods_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: REST methods overview
title: REST Methods Overview
-description: You can have the REST methods overview of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can have the REST methods overview of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# REST methods overview
diff --git a/docs/api/overview/rest_routes_overview.md b/docs/api/overview/rest_routes_overview.md
index e7e04b4..1a26111 100644
--- a/docs/api/overview/rest_routes_overview.md
+++ b/docs/api/overview/rest_routes_overview.md
@@ -1,7 +1,7 @@
---
sidebar_label: REST routes overview
title: REST Routes Overview
-description: You can have the REST routes overview of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can have the REST routes overview of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# REST routes overview
diff --git a/docs/api/provider/rest_methods/js_eventcalendar_getcalendars_method.md b/docs/api/provider/rest_methods/js_eventcalendar_getcalendars_method.md
index f60ec93..6448071 100644
--- a/docs/api/provider/rest_methods/js_eventcalendar_getcalendars_method.md
+++ b/docs/api/provider/rest_methods/js_eventcalendar_getcalendars_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: getCalendars()
title: getCalendars REST Method
-description: You can learn about the getCalendars REST method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getCalendars REST method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# getCalendars()
diff --git a/docs/api/provider/rest_methods/js_eventcalendar_getevents_method.md b/docs/api/provider/rest_methods/js_eventcalendar_getevents_method.md
index 72de7ff..17f7ece 100644
--- a/docs/api/provider/rest_methods/js_eventcalendar_getevents_method.md
+++ b/docs/api/provider/rest_methods/js_eventcalendar_getevents_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: getEvents()
title: getEvents REST Method
-description: You can learn about the getEvents REST method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the getEvents REST method in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# getEvents()
diff --git a/docs/api/provider/rest_methods/js_eventcalendar_send_method.md b/docs/api/provider/rest_methods/js_eventcalendar_send_method.md
index 8de2879..5bdf757 100644
--- a/docs/api/provider/rest_methods/js_eventcalendar_send_method.md
+++ b/docs/api/provider/rest_methods/js_eventcalendar_send_method.md
@@ -1,7 +1,7 @@
---
sidebar_label: send()
title: send Method
-description: You can learn about the send method of the RestDataProvider in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the send method of the RestDataProvider in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# send()
@@ -10,7 +10,7 @@ description: You can learn about the send method of the RestDataProvider in the
@short: Sends a necessary HTTP request to the server and returns a promise with or without data depending on the request
-All requests to the server are made with the **send()** method which is a part of the [**RestDataProvider**](guides/working_with_server.md/#restdataprovider) service.
+All requests to the server are made with the **send()** method which is a part of the [**RestDataProvider**](guides/working_with_server.md#restdataprovider) service.
### Usage
diff --git a/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deletecalendar_route.md b/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deletecalendar_route.md
index f3c576d..c0f785a 100644
--- a/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deletecalendar_route.md
+++ b/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deletecalendar_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: DELETE /calendars
title: DELETE /calendars
-description: You can learn about the DELETE /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the DELETE /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Delete `/calendars`
diff --git a/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deleteevent_route.md b/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deleteevent_route.md
index 09dedd3..f1b550d 100644
--- a/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deleteevent_route.md
+++ b/docs/api/provider/rest_routes/delete_routes/js_eventcalendar_deleteevent_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: DELETE /events
title: DELETE /events
-description: You can learn about the DELETE /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the DELETE /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# DELETE `/events`
diff --git a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getcalendars_route.md b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getcalendars_route.md
index b92fe8d..58aef1a 100644
--- a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getcalendars_route.md
+++ b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getcalendars_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: GET /calendars
title: GET /calendars
-description: You can learn about the GET /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the GET /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# GET `/calendars`
diff --git a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getevents_route.md b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getevents_route.md
index 15c3b45..667467a 100644
--- a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getevents_route.md
+++ b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getevents_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: GET /events
title: GET /events
-description: You can learn about the GET /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the GET /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# GET `/events`
diff --git a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getuploads_route.md b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getuploads_route.md
index 1cc9dc1..f1ab2d4 100644
--- a/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getuploads_route.md
+++ b/docs/api/provider/rest_routes/get_routes/js_eventcalendar_getuploads_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: GET /uploads
title: GET /uploads
-description: You can learn about the GET /uploads route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the GET /uploads route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# GET `/uploads`
diff --git a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postcalendar_route.md b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postcalendar_route.md
index 5957cf5..5d041a5 100644
--- a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postcalendar_route.md
+++ b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postcalendar_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: POST /calendars
title: POST /calendars
-description: You can learn about the POST /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the POST /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# POST `/calendars`
diff --git a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postevent_route.md b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postevent_route.md
index a30c626..82f5ccd 100644
--- a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postevent_route.md
+++ b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postevent_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: POST /events
title: POST /events
-description: You can learn about the POST /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the POST /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# POST `/events`
diff --git a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postupload_route.md b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postupload_route.md
index dd518ac..de7ed4a 100644
--- a/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postupload_route.md
+++ b/docs/api/provider/rest_routes/post_routes/js_eventcalendar_postupload_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: POST /uploads
title: POST /uploads
-description: You can learn about the POST /uploads route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the POST /uploads route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# POST `/uploads`
diff --git a/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putcalendar_route.md b/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putcalendar_route.md
index 6deab56..9146ea8 100644
--- a/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putcalendar_route.md
+++ b/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putcalendar_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: PUT /calendars
title: PUT /calendars
-description: You can learn about the PUT /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the PUT /calendars route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# PUT `/calendars`
diff --git a/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putevent_route.md b/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putevent_route.md
index 77a6151..8ac159f 100644
--- a/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putevent_route.md
+++ b/docs/api/provider/rest_routes/put_routes/js_eventcalendar_putevent_route.md
@@ -1,7 +1,7 @@
---
sidebar_label: PUT /events
title: PUT /events
-description: You can learn about the PUT /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the PUT /events route in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# PUT `/events`
diff --git a/docs/assets/trial_eventcalendar.png b/docs/assets/eventcalendar_initialization.png
similarity index 100%
rename from docs/assets/trial_eventcalendar.png
rename to docs/assets/eventcalendar_initialization.png
diff --git a/docs/guides/configuration.md b/docs/guides/configuration.md
index e26b170..8dd7ba3 100644
--- a/docs/guides/configuration.md
+++ b/docs/guides/configuration.md
@@ -1,7 +1,7 @@
---
sidebar_label: Common Configuration
title: Common Configuration
-description: You can learn about the configuration in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the configuration in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Common Configuration
diff --git a/docs/guides/customization.md b/docs/guides/customization.md
index 46a45e1..41e7fae 100644
--- a/docs/guides/customization.md
+++ b/docs/guides/customization.md
@@ -1,7 +1,7 @@
---
sidebar_label: Customization
title: Customization
-description: You can learn about the customisation in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the customisation in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Customization
diff --git a/docs/guides/initialization.md b/docs/guides/initialization.md
index 95c3cae..f9d6056 100644
--- a/docs/guides/initialization.md
+++ b/docs/guides/initialization.md
@@ -1,7 +1,7 @@
---
sidebar_label: Initialization
title: Initialization
-description: You can learn about the initialization in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the initialization in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Initialization
@@ -14,7 +14,7 @@ This guide will give you detailed instructions on how to create Event Calendar o
## Including source files
-[Download the package](https://dhtmlx.com/docs/products/dhtmlxEventCalendar/download.shtml) and unpack it into a folder of your project.
+Download your licensed Event Calendar package from the [Client's Area](https://dhtmlx.com/clients/) and unpack it into a folder of your project.
To create Event Calendar, you need to include 2 source files on your page:
diff --git a/docs/guides/integration_with_angular.md b/docs/guides/integration_with_angular.md
index c7488c1..bceacc5 100644
--- a/docs/guides/integration_with_angular.md
+++ b/docs/guides/integration_with_angular.md
@@ -1,7 +1,7 @@
---
sidebar_label: Integration with Angular
title: Integration with Angular
-description: You can learn about the integration with Angular in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the integration with Angular in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Integration with Angular
@@ -53,36 +53,26 @@ Now you should get the DHTMLX Event Calendar source code. First of all, stop the
### Step 1. Package installation
-Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
-
+Existing customers can download the licensed Event Calendar package from the [Client's Area](https://dhtmlx.com/clients/). Follow the installation instructions provided with the package.
+
### Step 2. Component creation
Now you need to create an Angular component, to add Event Calendar into the application. Create the ***event-calendar*** folder in the ***src/app/*** directory, add a new file into it and name it ***event-calendar.component.ts***. Then complete the steps described below.
#### Import source files
-Open the file and import Event Calendar source files. Note that:
-
-- if you use PRO version and install the Event Calendar package from a local folder, the imported path looks like this:
+Open the file and import Event Calendar source files. If you install the Event Calendar package from a local folder, the imported path looks like this:
~~~jsx
import { EventCalendar } from 'dhx-eventcalendar-package';
~~~
-- if you use the trial version of Event Calendar, specify the following path:
-
-~~~jsx
-import { EventCalendar } from '@dhx/trial-eventcalendar';
-~~~
-
-In this tutorial you can see how to configure the **trial** version of Event Calendar.
-
#### Set the container and initialize Event Calendar
To display Event Calendar on the page, you need to set the container to render the component inside and initialize Event Calendar using the corresponding constructor:
~~~jsx {1,8,12-13,18-19} title="event-calendar.component.ts"
-import { EventCalendar } from '@dhx/trial-eventcalendar';
+import { EventCalendar } from 'dhx-eventcalendar-package';
import { Component, ElementRef, OnInit, ViewChild, OnDestroy, ViewEncapsulation } from '@angular/core';
@Component({
@@ -115,7 +105,7 @@ To display Event Calendar correctly, you need to provide the corresponding style
~~~css title="event-calendar.component.css"
/* import Event Calendar styles */
-@import "@dhx/trial-eventcalendar/dist/event-calendar.css";
+@import "dhx-eventcalendar-package/dist/event-calendar.css";
/* specify styles for initial page */
html,
@@ -169,7 +159,7 @@ export function getData() {
Then open the ***event-calendar.component.ts*** file. Import the file with data and specify the corresponding data properties to the configuration object of Event Calendar within the `ngOnInit()` method, as shown below.
~~~jsx {2,18,20} title="event-calendar.component.ts"
-import { EventCalendar } from '@dhx/trial-eventcalendar';
+import { EventCalendar } from 'dhx-eventcalendar-package';
import { getData } from "./data"; // import data
import { Component, ElementRef, OnInit, ViewChild, OnDestroy, ViewEncapsulation } from '@angular/core';
@@ -202,7 +192,7 @@ export class EventCalendarComponent implements OnInit, OnDestroy {
You can also use the [`parse()`](/api/methods/js_eventcalendar_parse_method/) method inside the `ngOnInit()` method of Angular to load data into Event Calendar.
~~~jsx {2,18,23-24} title="event-calendar.component.ts"
-import { EventCalendar } from '@dhx/trial-eventcalendar';
+import { EventCalendar } from 'dhx-eventcalendar-package';
import { getData } from "./data"; // import data
import { Component, ElementRef, OnInit, ViewChild, OnDestroy, ViewEncapsulation } from '@angular/core';
@@ -306,6 +296,6 @@ platformBrowserDynamic()
After that, you can start the app to see Event Calendar loaded with data on a page.
-
+
Now you know how to integrate DHTMLX Event Calendar with Angular. You can customize the code according to your specific requirements. The final example you can find on [**GitHub**](https://github.com/DHTMLX/angular-event-calendar-demo).
diff --git a/docs/guides/integration_with_react.md b/docs/guides/integration_with_react.md
index a1a5a8e..0fb879a 100644
--- a/docs/guides/integration_with_react.md
+++ b/docs/guides/integration_with_react.md
@@ -1,7 +1,7 @@
---
sidebar_label: Integration with React
title: Integration with React
-description: You can learn about the integration with React in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the integration with React in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Integration with React
@@ -56,7 +56,7 @@ Now you should get the DHTMLX Event Calendar source code. First of all, stop the
### Step 1. Package installation
-Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
+Existing customers can download the licensed Event Calendar package from the [Client's Area](https://dhtmlx.com/clients/). Follow the installation instructions provided with the package.
### Step 2. Component creation
@@ -64,9 +64,7 @@ Now you need to create a React component, to add an Event Calendar into the appl
#### Import source files
-Open the ***EventCalendar.jsx*** file and import Event Calendar source files. Note that:
-
-- if you use PRO version and install the Event Calendar package from a local folder, the import paths look like this:
+Open the ***EventCalendar.jsx*** file and import Event Calendar source files. If you install the Event Calendar package from a local folder, the import paths look like this:
~~~jsx title="EventCalendar.jsx"
import { EventCalendar } from 'dhx-eventcalendar-package';
@@ -75,23 +73,14 @@ import 'dhx-eventcalendar-package/dist/event-calendar.css';
Note that depending on the used package, the source files can be minified. In this case make sure that you are importing the CSS file as ***event-calendar.min.css***.
-- if you use the trial version of Event Calendar, specify the following paths:
-
-~~~jsx title="EventCalendar.jsx"
-import { EventCalendar } from '@dhx/trial-eventcalendar';
-import "@dhx/trial-eventcalendar/dist/event-calendar.css";
-~~~
-
-In this tutorial you can see how to configure the **trial** version of Event Calendar.
-
#### Setting the container and adding Event Calendar
To display Event Calendar on the page, you need to create the container for Event Calendar, and initialize this component using the corresponding constructor:
~~~jsx {2,6,9-10} title="EventCalendar.jsx"
import { useEffect, useRef } from "react";
-import { EventCalendar } from "@dhx/trial-eventcalendar";
-import "@dhx/trial-eventcalendar/dist/event-calendar.css"; // include Event Calendar styles
+import { EventCalendar } from "dhx-eventcalendar-package";
+import "dhx-eventcalendar-package/dist/event-calendar.css"; // include Event Calendar styles
export default function EventCalendarComponent(props) {
let container = useRef(); // initialize container for Event Calendar
@@ -182,8 +171,8 @@ Go to the ***EventCalendar.jsx*** file and apply the passed **props** to the Eve
~~~jsx {5,10-11} title="EventCalendar.jsx"
import { useEffect, useRef } from "react";
-import { EventCalendar } from "@dhx/trial-eventcalendar";
-import "@dhx/trial-eventcalendar/dist/event-calendar.css";
+import { EventCalendar } from "dhx-eventcalendar-package";
+import "dhx-eventcalendar-package/dist/event-calendar.css";
export default function EventCalendarComponent(props) {
let container = useRef();
@@ -208,8 +197,8 @@ You can also use the [`parse()`](/api/methods/js_eventcalendar_parse_method/) me
~~~jsx {8-9,14} title="EventCalendar.jsx"
import { useEffect, useRef } from "react";
-import { EventCalendar } from "@dhx/trial-eventcalendar";
-import "@dhx/trial-eventcalendar/dist/event-calendar.css";
+import { EventCalendar } from "dhx-eventcalendar-package";
+import "dhx-eventcalendar-package/dist/event-calendar.css";
export default function EventCalendarComponent(props) {
let container = useRef();
@@ -259,6 +248,6 @@ useEffect(() => {
After that, you can start the app to see Event Calendar loaded with data on a page.
-
+
Now you know how to integrate DHTMLX Event Calendar with React. You can customize the code according to your specific requirements. The final example you can find on [**GitHub**](https://github.com/DHTMLX/react-event-calendar-demo).
diff --git a/docs/guides/integration_with_svelte.md b/docs/guides/integration_with_svelte.md
index fc3b7f2..3d61ea0 100644
--- a/docs/guides/integration_with_svelte.md
+++ b/docs/guides/integration_with_svelte.md
@@ -1,7 +1,7 @@
---
sidebar_label: Integration with Svelte
title: Integration with Svelte
-description: You can learn about the integration with Svelte in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Event Calendar.
+description: You can learn about the integration with Svelte in the documentation of the DHTMLX JavaScript Event Calendar library. Browse developer guides, API reference, code examples, and integration tutorials for customers with an existing DHTMLX Event Calendar license.
---
# Integration with Svelte
@@ -58,7 +58,7 @@ Now you should get the DHTMLX Event Calendar source code. First of all, stop the
### Step 1. Package installation
-Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
+Existing customers can download the licensed Event Calendar package from the [Client's Area](https://dhtmlx.com/clients/). Follow the installation instructions provided with the package.
### Step 2. Component creation
@@ -66,9 +66,7 @@ Now you need to create a Svelte component, to add Event Calendar into the applic
#### Import source files
-Open the ***EventCalendar.svelte*** file and import Event Calendar source files. Note that:
-
-- if you use PRO version and install the Event Calendar package from a local folder, the import paths look like this:
+Open the ***EventCalendar.svelte*** file and import Event Calendar source files. If you install the Event Calendar package from a local folder, the import paths look like this:
~~~html title="EventCalendar.svelte"
-~~~
-
-In this tutorial you can see how to configure the **trial** version of Event Calendar.
-
#### Setting the container and adding Event Calendar
To display Event Calendar on the page, you need to create the container for Event Calendar, and initialize this component using the corresponding constructor:
@@ -97,8 +84,8 @@ To display Event Calendar on the page, you need to create the container for Even
~~~html {3,6,10-11,19} title="EventCalendar.svelte"