Dan Dissanayake

Results 2 comments of Dan Dissanayake
trafficstars

I find it easiest to create the date in local timezone using something like moment-timezone, convert it to UTC and then use the startInputType parameter e.g. ``` const ics =...

startInputType, endInputType will default to local and startOutputType, endOutputType will default to utc. So, you could just provide the start and end parameters which would be assumed to be in...