remove eslint warnings, add npm publish process to Collaboration.md (#3913)

This commit is contained in:
Karsten Hassel
2025-10-14 22:44:37 +02:00
committed by GitHub
parent 5f1f5bd291
commit d39e686f7a
5 changed files with 8 additions and 3 deletions

View File

@@ -876,7 +876,7 @@ Module.register("calendar", {
* @param {string} url The calendar url
* @param {string} property The property to look for
* @param {string} defaultValue The value if the property is not found
* @returns {property} The property
* @returns {string} The property
*/
getCalendarProperty (url, property, defaultValue) {
for (const calendar of this.config.calendars) {