Sync Orage and Android (via calendarserver?)

2013-03-03 Thread Ramon Hofer
Hi all

I'm using Orage calendar on my Desktop. I have an Android tablet which 
I'd like to keep in sync with Orage. My desktop machine doesn't run all 
the time but I have a home server which does.

Therefore I'd like to put the shared calendar data on the server so that 
both the desktop and the tablet can get the data from there.

I have tried calendarserver but I couldn't connect Orage to it.

What do you use to keep your calendars in sync?

I'm not a big fan of putting my data to Google. That's why I'd like to 
find a solution where the data stays on my own devices.

Thanks for your suggestions.


Best
Ramon


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/kgviat$et9$1...@ger.gmane.org



Re: Sync Orage and Android (via calendarserver?)

2013-03-03 Thread Erwan David

Le 03/03/2013 14:14, Ramon Hofer a écrit :

Hi all

I'm using Orage calendar on my Desktop. I have an Android tablet which
I'd like to keep in sync with Orage. My desktop machine doesn't run all
the time but I have a home server which does.

Therefore I'd like to put the shared calendar data on the server so that
both the desktop and the tablet can get the data from there.

I have tried calendarserver but I couldn't connect Orage to it.

What do you use to keep your calendars in sync?

I'm not a big fan of putting my data to Google. That's why I'd like to
find a solution where the data stays on my own devices.

Thanks for your suggestions.


Best
Ramon


I use davical, but it is the same protocol (caldav) as the one of 
calendarserver.


On android I use caldav-sync beta (non free for both meaning of free) 
which works well.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/51339c0b.1010...@rail.eu.org



Re: Sync Orage and Android (via calendarserver?)

2013-03-03 Thread Mérof 42
2013/3/3 Ramon Hofer ramonho...@bluewin.ch

 Hi all

 I'm using Orage calendar on my Desktop. I have an Android tablet which
 I'd like to keep in sync with Orage. My desktop machine doesn't run all
 the time but I have a home server which does.

 Therefore I'd like to put the shared calendar data on the server so that
 both the desktop and the tablet can get the data from there.

 I have tried calendarserver but I couldn't connect Orage to it.

 What do you use to keep your calendars in sync?

 I'm not a big fan of putting my data to Google. That's why I'd like to
 find a solution where the data stays on my own devices.

 Thanks for your suggestions.

 I use Owncloud for my calendar, it provide a standard caldav server only
with a LAMP server.
Owncloud is also a file storage like dropbox, but with Owncloud you know
where is your data.


 Best
 Ramon



calendarserver proxies.xml

2012-12-25 Thread Slavko
Hi,

i am playing with calendarserver in latest days. I was success to setup
the XML and NSS authentication for it and manage proxies via command
line. I am not able to find way to manage the proxies via proxies.xml
file.

Please it is possible in Wheezy version and if yes, then how?

regards

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Calendarserver (was: Web calendar sharing in Evolution)

2010-12-30 Thread Camaleón
On Thu, 30 Dec 2010 11:36:33 -0500, Paul Cartwright wrote:

 On 12/30/2010 09:43 AM, Camaleón wrote:
  I also noticed that  could not find an answer.
 http://trac.calendarserver.org/wiki/Sunbird
 
 
 following those instructions, I get a calendar with a yellow exclamation
 mark, and it never asked me for a caldav username/password.
 /var/log/caldavd/errorlog says:
 
 
 2010-12-30 10:46:33-0500 [-] [caldav-8008] OSError: [Errno 2] No such
 file or directory: '/etc/caldavd/accounts.xml'
 
 /etc/caldavd exists:
 paulandcilla:/etc/caldavd# ls -l
 total 8
 -rw-r--r-- 1 root root 6481 Nov  6  2008 caldavd.plist
 
 with only 1 file in it.

It's looking for a xml file that does not exist :-?

Maybe you have to create one with the correct data... let me check the 
manual (...) yes, it is mentioned there, under /usr/share/doc/
calendarserver/README.Debian. A sample accounts.xml file is also 
included ;-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.12.30.16.51...@gmail.com



Re: Calendarserver

2010-12-30 Thread Paul Cartwright
On 12/30/2010 11:51 AM, Camaleón wrote:
 Maybe you have to create one with the correct data... let me check the
 manual (...) yes, it is mentioned there, under /usr/share/doc/
 calendarserver/README.Debian. A sample accounts.xml file is also
 included ;-)
yeah, thanks, but I give up. I read the README, added the accounts.xml 
sudoers.plist, and yes I tried to modify both files, but I am **not**
a programmer.

now, when I try to restart calendarserver, the errorlog is no longer
updated, so I have no clue what it is missing.
update- now errrorlog updating, I changed the wrong KEY field..)

2010-12-30 12:46:34-0500 [-] [caldav-8008] IOError: [Errno 95] Operation
not supported: '/var/spool/caldavd'
 
the caldavd.plist file mentions /var/spool/caldavd/stats.plist but it
wasn't there, and I don't what what it is supposed to look like.

-- 
Paul Cartwright
Registered Linux user # 367800


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1cca67.3070...@pcartwright.com



Re: Calendarserver

2010-12-30 Thread Camaleón
On Thu, 30 Dec 2010 13:07:35 -0500, Paul Cartwright wrote:

 On 12/30/2010 11:51 AM, Camaleón wrote:
 Maybe you have to create one with the correct data... let me check the
 manual (...) yes, it is mentioned there, under /usr/share/doc/
 calendarserver/README.Debian. A sample accounts.xml file is also
 included ;-)

 yeah, thanks, but I give up. I read the README, added the accounts.xml 
 sudoers.plist, and yes I tried to modify both files, but I am **not**
 a programmer.

Don't give up that fast :-P just patiently read the readme file.

I agree this is not an easy service to be setup by home users but Debian 
devels/maintainers make a good job in documenting the packages and giving 
some quick steps to put the services up and running.
 
 now, when I try to restart calendarserver, the errorlog is no longer
 updated, so I have no clue what it is missing. update- now errrorlog
 updating, I changed the wrong KEY field..)
 
 2010-12-30 12:46:34-0500 [-] [caldav-8008] IOError: [Errno 95] Operation
 not supported: '/var/spool/caldavd'
  
 the caldavd.plist file mentions /var/spool/caldavd/stats.plist but it
 wasn't there, and I don't what what it is supposed to look like.

Check this, maybe this helps:

http://lists.alioth.debian.org/pipermail/calendarserver-maintainers/2008-April/90.html

I have to admit that this is the _first time_ I see this program so I am 
giving you a very wild-guess advice :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.12.30.18.27...@gmail.com



[demi-HS] calendarserver : thunderbird/outlook ; firefox/IE

2010-12-13 Thread Gaël - www . CoteObscur . net

Bonsoir.

Je viens de mettre en place un petit serveur qui doit servir entre autres
à partager des calendriers entre utilisateurs, avec calendarserver.
Cette solution me convient tout à fait, elle ne fait que ce qu'on lui
demande, pas de XXX-groupware lourdingue, etc.

Première question (de loin la plus importante) : ladite solution
fonctionne très bien avec Thunderbird, mais impossible de connecter un
Outlook, quel qu'il soit (2003, 2007, 2010). Lorsqu'on saisit l'url
nécessaire, du type
http://myserver:8008/calendars/users/admin/calendar/
Outlook demande un couple login/mdp que je n'arrive pas à passer ... :(

Plus bizarre, en saisissant cette url sur Firefox, admin/admin me
p/etc/caldavd/ermet de passer. Sur IE (6,7 et 8), pas moyen, rien à faire.
Il s'agit pourtant, si j'ai bien compris, de l'authentification définie
dans le fichier
/etc/caldavd/accounts.xml (???)
(Rien de très instructif dans les logs)

Seconde question, subsidiaire, comment peut-on forcer les calendriers à se
rafraîchir à une intervalle arbitraire ?

Merci pour vos lumières, bonne soirée.


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/36908.77.197.148.159.1292265633.squir...@webmail.internetcom.tm.fr