Smart Auto-Scheduling Assistant
Schedule Period & General Availability
Weekly Availability (Default Working Hours)
Fixed Events/Appointments
Tasks to Schedule
Please provide inputs and click "Generate Auto-Schedule" on the first tab.
Assistant Insights & Alerts
- No insights yet. Generate a schedule first.
Smart Auto-Scheduling Report
`; pdfHTML += `Generated Schedule
${scheduleDisplay}`; pdfHTML += `Assistant Insights & Alerts
${insightsDisplay}`; // Add summary of inputs (Events and Tasks) pdfHTML += `Input Summary
`; pdfHTML += `Fixed Events (${sasaFixedEvents.length})
- `;
sasaFixedEvents.forEach(e => { pdfHTML += `
- ${e.name}: ${e.date} ${e.startTime}-${e.endTime} `;}); pdfHTML += `
Tasks (${sasaTasks.length})
- `;
sasaTasks.forEach(t => { pdfHTML += `
- ${t.name} (Prio: ${t.priority}, Est: ${t.estTime}min, Due: ${t.dueDate || 'N/A'}, ${t.deadlineType}) `;}); pdfHTML += `
