Add support for CalDAV

This commit is contained in:
2025-08-09 10:08:35 +01:00
parent 5e7a17223e
commit f1496a2194
6 changed files with 330 additions and 140 deletions

View File

@@ -1,12 +1,12 @@
[project]
name = "foursquare-feeds"
version = "2.3.0"
version = "2.3.1"
description = "A python script for generating an iCal feed from your Foursquare checkins"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"caldav>=2.0.1",
"foursquare",
"ics",
"pytz",
"simplekml",
]