Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

ICal and Outlook Calendar not work for me . The link not open #60

@oliver9321

Description

@oliver9321

Bug report

    const provider = description;
    const momentStartDate = moment(startDatetime);
    const startTime = momentStartDate.format('YYYYMMDDTHHmmssZ');
    const endTime = moment(endDatetime).format('YYYYMMDDTHHmmssZ');

    const event = {
        title: "Appointment - " + location,
        description: "Appointment with " + provider,
        location: location,
        duration: startTime === endTime && '0100',
        startDatetime: startTime.substring(0, startTime.indexOf('-')),
        endDatetime: endTime.substring(0, endTime.indexOf('-'))
    };

System information

  • OS: Windows

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions