[Petter Reinholdtsen]
> I tested the patch and it seemed to solve my import issue. Perhaps it
> will be available in a newer version of calypso?
I checked the new upstream git repo on
https://alioth.debian.org/projects/calypso/ >, and the problem
seem to be fixed there. :)
--
Happy hacking
Pette
[Petter Reinholdtsen]
> Perhaps calypso only work with vCalendar items?
I came across http://keithp.com/pipermail/calypso/2016-January/89.html
which contain a patch said to fix the vCard import.
I tested the patch and it seemed to solve my import issue. Perhaps it
will be available in a newe
[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.v
Package: calypso
Version: 1.4
Around webdav.py:512 we have:
self.import_item(new_ics)
but import_item requires two arguments:
def import_item(self, new_item, path):
An attempt to fix this with
self.import_item(new_ics, path)
exposes other issues, i.e. the
4 matches
Mail list logo