You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ See [jekuer.github.io/add-to-calendar-button](https://jekuer.github.io/add-to-ca
69
69
### Option 2: simple (CDN)
70
70
71
71
1. Instead of downloading the files, you can use the jsDeliver CDN.
72
-
3. Put `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1.7/assets/css/atcb.min.css">` into the <head> and `<script src="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1.7" defer></script>` into the <body> footer of your website.
72
+
3. Put `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1.8/assets/css/atcb.min.css">` into the <head> and `<script src="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1.8" defer></script>` into the <body> footer of your website.
73
73
4. Create your button as can be seen in the "Configuration" section below.
74
74
5. Done. And this setup also automatically keeps track of any bug fixes and minor updates!
// TODO: Find a better solution for the next temporary workaround.
537
+
if(isiOS()){// workaround to cover a bug, where, when using Google Calendar on an iPhone, the location is not recognized. So, for the moment, we simply add it to the description.
url+='&location='+locationString;// workaround putting the location into the description, since the native field is not supported yet
@@ -610,9 +629,6 @@ function atcb_generate_teams(data) {
610
629
if(data['description_iCal']!=null&&data['description_iCal']!=''){// using description_iCal instead of description, since Teams does not support html tags
0 commit comments