fix(d1): Calendar-Suite + ai_proactive repariert — conftest CalendarPlugin-Import wiederhergestellt (abbe7a1-Regression), CalendarContract-Zugriffe snake_case→PascalCase (context_tools, services ×2, mail/routes), 2 stale Rate-Limit-Tests auf zentrale check_rate_limit-Grenze umgestellt; test_calendar 34/34, ai_proactive-Failures behoben; Mail-Vorbestand dokumentiert
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-24 07:57:27 +02:00
parent 9d8da99026
commit f6e117b1c3
5 changed files with 25 additions and 21 deletions
+2 -2
View File
@@ -1494,8 +1494,8 @@ async def create_event_from_mail(
try:
from app.plugins.builtins.calendar.contracts import get_contract as get_calendar_contract
_cal = get_calendar_contract()
calendar = _cal.calendar
calendar_entry = _cal.calendar_entry
calendar = _cal.Calendar
calendar_entry = _cal.CalendarEntry
except ImportError:
return {"created": False, "error": "calendar plugin not available"}
cal_id = _parse_uuid(data.calendar_id, "calendar_id")