You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
urlParts.push('dur=allday&st='+encodeURIComponent(formattedDate.start));// for all-day events, we may only set the start date
315
+
}else{
316
+
// however, if it spans multiple days, we need to set a time instead of all-day
317
+
// therefore, we copy the data object, add startTime "00:00" and endTime "23:59" and generate the time again with timeZone being set to the user's timeZone
318
+
// TODO: Remove this workaround, when Yahoo allows all-day events spanning multiple days
0 commit comments