Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oliver9321 opened this issue Dec 13, 2021 · 0 comments
Open

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

oliver9321 opened this issue Dec 13, 2021 · 0 comments

Comments

@oliver9321
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant