@coozzy/cal-dav
Advanced tools
Comparing version 2.4.3 to 2.4.4
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@coozzy/cal-dav", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Simple cal dav client.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -577,2 +577,5 @@ import * as ICAL from 'ical.js'; | ||
} | ||
if (attendee.contactId) { | ||
attendeeValue += `;X-CONTACTID=${attendee.contactId}`; | ||
} | ||
@@ -579,0 +582,0 @@ attendeeValue += `:mailto:${attendee.email}`; |
@@ -12,2 +12,3 @@ | ||
status?: AtendeeStatus; | ||
contactId?: string; | ||
} | ||
@@ -14,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102359
2115