mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
indexed items storage
Conflicts: radicale/storage/filesystem.py
This commit is contained in:
parent
240125aca7
commit
fbbbaae646
2 changed files with 23 additions and 13 deletions
|
@ -117,6 +117,8 @@ class Collection(ical.Collection):
|
|||
modification_time = time.gmtime(os.path.getmtime(self._path))
|
||||
return time.strftime("%a, %d %b %Y %H:%M:%S +0000", modification_time)
|
||||
|
||||
def get_item(self, name):
|
||||
return self._items.get(name)
|
||||
@property
|
||||
@contextmanager
|
||||
def props(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue