[Rob Browning]
> Around webdav.py:512 we have:
>
> self.import_item(new_ics)
>
> but import_item requires two arguments:
>
> def import_item(self, new_item, path):
Yeah, I ran into the same problem trying to import by vCard file:
Failed to import: /home/pere/addressbook.vcf
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/calypso/webdav.py", line 512, in
import_file
self.import_item(new_ics)
TypeError: import_item() takes exactly 3 arguments (2 given)
Perhaps calypso only work with vCalendar items?
--
Happy hacking
Petter Reinholdtsen