react-add-to-calendar-hoc icon indicating copy to clipboard operation
react-add-to-calendar-hoc copied to clipboard

Yahoo End Time

Open reergymerej opened this issue 5 years ago • 1 comments

Bug report

End time for long events does not work with dur value.

Describe the bug

The URL for long events (over ~100 hours) in Yahoo is not constructed correctly. dur does not work. et should be used instead.

To Reproduce

https://calendar.yahoo.com/?v=60&view=d&type=20&title=foo&desc=bar&st=20200515&et=20200829 https://calendar.yahoo.com/?v=60&view=d&type=20&title=foo&desc=bar&st=20200515&dur=0252000

Expected behavior

Use et instead of dur.

Screenshots

System information

Additional context

reergymerej avatar Aug 31 '20 21:08 reergymerej

I intend to fix this issue, but it seems yahoo's end time parametre is not correctly working for timezones:

https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/yahoo.md#et

https://stackoverflow.com/questions/32720644/yahoo-calendar-end-time-not-respecting-time-zone

"duration" is advised for durations less than 100 hours, which is not solving my problem

ezgitetik avatar Feb 19 '21 20:02 ezgitetik