add-to-calendar-button 2.13.8 → 2.13.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: 3D
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Date
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Flat
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Neumorphism
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Round
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Simple
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Text
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Style: Default
7
7
  *
8
- * Version: 2.13.8
8
+ * Version: 2.13.9
9
9
  * Creator: Jens Kuerschner (https://jekuer.com)
10
10
  * Project: https://github.com/add2cal/add-to-calendar-button
11
11
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
@@ -342,14 +342,14 @@ if(typeof window !== "undefined"){ for(var k in tzlib_tmp_scope) window[k] = tzl
342
342
  * Add to Calendar Button
343
343
  * ++++++++++++++++++++++
344
344
  *
345
- * Version: 2.13.8
345
+ * Version: 2.13.9
346
346
  * Creator: Jens Kuerschner (https://jekuer.com)
347
347
  * Project: https://github.com/add2cal/add-to-calendar-button
348
348
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
349
349
  * Note: DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
350
350
  *
351
351
  */
352
- const atcbVersion = '2.13.8';
352
+ const atcbVersion = '2.13.9';
353
353
  const atcbCssTemplate = {};
354
354
  const atcbIsBrowser = () => {
355
355
  if (typeof window === 'undefined') {
@@ -2893,7 +2893,7 @@ function atcb_generate_msteams(data, date, subEvent = 'all') {
2893
2893
  urlParts.push('location=' + encodeURIComponent(locationString));
2894
2894
  }
2895
2895
  if (date.descriptionHtmlFree && date.descriptionHtmlFree != '') {
2896
- urlParts.push('content=' + locationString + encodeURIComponent(date.descriptionHtmlFree));
2896
+ urlParts.push('content=' + encodeURIComponent(locationString + date.descriptionHtmlFree));
2897
2897
  }
2898
2898
  atcb_open_cal_url(data, 'msteams', baseUrl + urlParts.join('&'), false, subEvent);
2899
2899
  }
@@ -342,14 +342,14 @@ if(typeof window !== "undefined"){ for(var k in tzlib_tmp_scope) window[k] = tzl
342
342
  * Add to Calendar Button
343
343
  * ++++++++++++++++++++++
344
344
  *
345
- * Version: 2.13.8
345
+ * Version: 2.13.9
346
346
  * Creator: Jens Kuerschner (https://jekuer.com)
347
347
  * Project: https://github.com/add2cal/add-to-calendar-button
348
348
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
349
349
  * Note: DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
350
350
  *
351
351
  */
352
- const atcbVersion = '2.13.8';
352
+ const atcbVersion = '2.13.9';
353
353
  const atcbCssTemplate = {
354
354
  if (typeof window === 'undefined') {
355
355
  return false;
@@ -2892,7 +2892,7 @@ function atcb_generate_msteams(data, date, subEvent = 'all') {
2892
2892
  urlParts.push('location=' + encodeURIComponent(locationString));
2893
2893
  }
2894
2894
  if (date.descriptionHtmlFree && date.descriptionHtmlFree != '') {
2895
- urlParts.push('content=' + locationString + encodeURIComponent(date.descriptionHtmlFree));
2895
+ urlParts.push('content=' + encodeURIComponent(locationString + date.descriptionHtmlFree));
2896
2896
  }
2897
2897
  atcb_open_cal_url(data, 'msteams', baseUrl + urlParts.join('&'), false, subEvent);
2898
2898
  }
@@ -342,14 +342,14 @@ if(typeof window !== "undefined"){ for(var k in tzlib_tmp_scope) window[k] = tzl
342
342
  * Add to Calendar Button
343
343
  * ++++++++++++++++++++++
344
344
  *
345
- * Version: 2.13.8
345
+ * Version: 2.13.9
346
346
  * Creator: Jens Kuerschner (https://jekuer.com)
347
347
  * Project: https://github.com/add2cal/add-to-calendar-button
348
348
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
349
349
  * Note: DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
350
350
  *
351
351
  */
352
- const atcbVersion = '2.13.8';
352
+ const atcbVersion = '2.13.9';
353
353
  const atcbCssTemplate = {};
354
354
  const atcbIsBrowser = () => {
355
355
  if (typeof window === 'undefined') {
@@ -3618,7 +3618,7 @@ function atcb_generate_msteams(data, date, subEvent = 'all') {
3618
3618
  urlParts.push('location=' + encodeURIComponent(locationString));
3619
3619
  }
3620
3620
  if (date.descriptionHtmlFree && date.descriptionHtmlFree != '') {
3621
- urlParts.push('content=' + locationString + encodeURIComponent(date.descriptionHtmlFree));
3621
+ urlParts.push('content=' + encodeURIComponent(locationString + date.descriptionHtmlFree));
3622
3622
  }
3623
3623
  atcb_open_cal_url(data, 'msteams', baseUrl + urlParts.join('&'), false, subEvent);
3624
3624
  }
package/dist/atcb.js CHANGED
@@ -342,14 +342,14 @@ if(typeof window !== "undefined"){ for(var k in tzlib_tmp_scope) window[k] = tzl
342
342
  * Add to Calendar Button
343
343
  * ++++++++++++++++++++++
344
344
  *
345
- * Version: 2.13.8
345
+ * Version: 2.13.9
346
346
  * Creator: Jens Kuerschner (https://jekuer.com)
347
347
  * Project: https://github.com/add2cal/add-to-calendar-button
348
348
  * License: Elastic License 2.0 (ELv2) (https://github.com/add2cal/add-to-calendar-button/blob/main/LICENSE.txt)
349
349
  * Note: DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
350
350
  *
351
351
  */
352
- const atcbVersion = '2.13.8';
352
+ const atcbVersion = '2.13.9';
353
353
  const atcbCssTemplate = {
354
354
  if (typeof window === 'undefined') {
355
355
  return false;
@@ -3617,7 +3617,7 @@ function atcb_generate_msteams(data, date, subEvent = 'all') {
3617
3617
  urlParts.push('location=' + encodeURIComponent(locationString));
3618
3618
  }
3619
3619
  if (date.descriptionHtmlFree && date.descriptionHtmlFree != '') {
3620
- urlParts.push('content=' + locationString + encodeURIComponent(date.descriptionHtmlFree));
3620
+ urlParts.push('content=' + encodeURIComponent(locationString + date.descriptionHtmlFree));
3621
3621
  }
3622
3622
  atcb_open_cal_url(data, 'msteams', baseUrl + urlParts.join('&'), false, subEvent);
3623
3623
  }