Skip to content

Commit

Permalink
Merge pull request #361 from Oshgnacknak/main
Browse files Browse the repository at this point in the history
Fix ical import allowing caldav==1.4.0
  • Loading branch information
mrvladus authored Dec 2, 2024
2 parents dd37255 + b6067ab commit 7147f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
caldav==1.3.9
caldav==1.4.0
certifi==2024.2.2
charset-normalizer==3.3.2
icalendar==5.0.12
Expand Down
2 changes: 1 addition & 1 deletion errands/lib/sync/providers/caldav.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import urllib3
import caldav
from caldav import Calendar, DAVClient, Principal, Todo
from caldav.elements import dav
from caldav.elements import dav, ical

from errands.lib.data import TaskData, TaskListData, UserData
from errands.lib.gsettings import GSettings
Expand Down

0 comments on commit 7147f23

Please sign in to comment.