feat: Add Vikunja task management, refactor Google Calendar integration, and implement N8N webhook fallback.

This commit is contained in:
Marco Gallegos
2025-12-18 08:27:40 -06:00
parent cab2008838
commit 556fd8a3bd
12 changed files with 196 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
# Permite obtener y mostrar las actividades programadas para el día.
import datetime
from calendar import get_events
from google_calendar import get_events
def get_agenda():
"""