Read the statement by Michael Teeuw here.
Maximum File Size of ics FIle?
-
Ok… I am stuck…
The Google API creation wasn’t a problem, and installing the vdirsyncer worked well also.
But now i am supposed to create a conifg file in ~/.vdirsyncer/config - but i get an error everytime, that this File or Folder can’t be found…
If i run ls -l in usr/bin, i get the following output:
lrwxrwxrwx 1 root root 30 Feb 3 21:32 vdirsyncer -> /home/pi/.local/bin/vdirsyncerSo… it is an folder… but why can’t i access it??
Am i missing something?thanks!
-
@Stef You first need to create the config file (i.e. via
touch
):touch ~/.vdirsyncer/config nano ~/.vdirsyncer/config
Yes,
.vdirsyncer
exists, butconfig
doesn’t (yet). -
Yes i know :(
But everytime i entertouch ~/.vdirsyncer/config
i get, that it can’t find the directory…
(" touch: ‘/home/pi/.vdirsyncer/config’ kann nicht ber▒hrt werden: Datei oder Verzeichnis nicht gefunden") -
@Stef Ah, i think you have the symlink to
vdirsyncer
but not the hidden folder,.vdirsyncer
(in your home folder) for config options.Type
mkdir ~/.vdirsyncer
then try again to create the config file. -
YES! Thanks!
I didn’t realised that… -
Uhoh… i almost forgot:
It all works like a charme now!Thank you @ninjabreadman!
…Maybe i will write a litlle howto… but after all it was pretty straight forward.
This Thread can be closed now.
-