Skip to content

Instantly share code, notes, and snippets.

(async () => {
console.clear();
console.log("Starting automatic timetable event export to ICS...");
// --- Configuration ---
// Default dates shown in prompt
let userStartDateStr = "2026-02-25";
let userEndDateStr = "2026-05-31";
try {