[#7] added MOVE support for changing calendar for event + missing tests for this PR
This commit is contained in:
@@ -324,13 +324,6 @@ function formatEnd(start: Date, end: Date, allday?: boolean) {
|
||||
startDate.getDate() === endDate.getDate();
|
||||
|
||||
if (allday) {
|
||||
console.log(
|
||||
endDate.toLocaleDateString(undefined, {
|
||||
year: "numeric",
|
||||
month: "short",
|
||||
day: "numeric",
|
||||
})
|
||||
);
|
||||
return sameDay
|
||||
? null
|
||||
: endDate.toLocaleDateString(undefined, {
|
||||
|
||||
Reference in New Issue
Block a user