Skip to content

Commit

Permalink
Merge branch 'main' into PierrickVoulet-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickVoulet authored Nov 7, 2023
2 parents 12e8085 + f835981 commit cba807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/calendar.gs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function listNext10Events() {
// All-day event.
const start = new Date(event.start.date);
console.log('%s (%s)', event.summary, start.toLocaleDateString());
return;
continue;
}
const start = new Date(event.start.dateTime);
console.log('%s (%s)', event.summary, start.toLocaleString());
Expand Down

0 comments on commit cba807c

Please sign in to comment.