AnandChowdhary / calendar-link

πŸ“… Calendar link generator for popular services

Home Page:https://anandchowdhary.github.io/calendar-link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A few questions

marcusx2 opened this issue Β· comments

  1. The description doesn't say what are the duration units available. By searching the issues and the web, I found there are at least: hour, minute, and day. Are there any others?
  2. Between end, duration, and allDay fields, which one them takes priority? Are they mutually exclusive or can I use all of them at once(even though it doesn't actually make sense)? For example, can I have the duration field saying 2 hours, but have the allDay field set to true? Can I have the duration field and the end field even if they don't match? Do I get errors if I use all of them at once or does it simply generate a calendar event with potentially contradicting data?

Regarding my first question, upon further investigation on the source I found these units: millisecond, second, minute, hour, day, week, month, quarter, year. I tested all of them, on all calendars. millisecond and second don't work, simply because the calendars don't have enough precision I suspect. However, quarter doesn't work as well, and I suspect this one should. Maybe I should open a new issue for this? Not sure if it's a bug though, still didn't get a response on what are the official supported units.

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

...

It would be great to get some response on this

πŸŽ‰ This issue has been resolved in version 2.1.1 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€