Cedric Kastner

Results 30 comments of Cedric Kastner

@jonasrauber That's a workaround for now, but not a real solution. I'm with @ricardoboss: Such things need to be tested before release and this needs to be fixed code-wise.

A bookmarking feature would require much work… you need at least 2 gui parts: A button to bookmark and a list to show the bookmarks. It's much easier to implement...

Btw: I'm currently implementing this feature in the example book… I'll push the code into the repo when it's done :)

Done! Demo: http://www.youtube.com/watch?v=Uask5OsCd6k&hd=1

@jeffling already did it, but I was on vacation. PR coming soon 😉

Will this PR ever be merged & closed?

@Hywan Thanks, already tried to implement it by myself but I couldn't get it to work properly.

Traced down the error: ``` [2015-09-05T12:47:45+00:00] "Error while sending QUERY packet. PID=8159" vendor/sabre/dav/lib/CardDAV/Backend/PDO.php:538 ``` Occurs when trying to import 132 contacts from my local address book. Will investigate further…

BTT: Seems one of my vCards was faulty. I now have all vCards imported and "Me card" feature works using the code from my PR. Is it going to be...