GladysProject/Gladys

View on GitHub
server/services/caldav/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function CalDAVService has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function CalDAVService(gladys, serviceId) {
  const ical = require('ical');
  const dav = require('dav-request');
  const dayjs = require('dayjs');
  const objectSupport = require('dayjs/plugin/objectSupport');
Severity: Major
Found in server/services/caldav/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status