Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Task Scheduler broken on Calendar #99

Open
birdup000 opened this issue Jan 12, 2025 · 0 comments
Open

AI Task Scheduler broken on Calendar #99

birdup000 opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@birdup000
Copy link
Owner


Source
hooks/useUnifiedScheduler.ts (50:54) @ generateSchedule

  48 |       
  49 |       // Get auto-scheduler suggestions
> 50 |       const autoScheduleResult = await autoScheduler.generateSchedule();
     |                                                      ^
  51 |
  52 |       // Merge and reconcile both schedules
  53 |       const mergedSchedule = mergeSchedules(aiScheduleResult, autoScheduleResult);
@birdup000 birdup000 added the bug Something isn't working label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant