mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-12 12:37:32 +00:00
Fix calendar recurrence controls
This commit is contained in:
@@ -25,6 +25,7 @@ Design notes:
|
||||
import asyncio
|
||||
import hashlib
|
||||
import ipaddress
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import socket
|
||||
@@ -494,6 +495,7 @@ def _event_payload(ev) -> dict:
|
||||
"all_day": ev.all_day,
|
||||
"is_utc": ev.is_utc,
|
||||
"rrule": ev.rrule or "",
|
||||
"recurrence_exdates": json.loads(ev.recurrence_exdates or "[]") if getattr(ev, "recurrence_exdates", "") else [],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user