<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 10pt; color: #000000'><span class="Apple-tab-span" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt; white-space: pre;">  </span><br><br><hr id="zwchr" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 10pt;"><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;"><b>From: </b>"brendan" &lt;brendan@ming.org&gt;<br><b>To: </b>discuss@vlug.org<br><b>Sent: </b>Friday, March 27, 2015 9:33:07 AM<br><b>Subject: </b>Re: [Discuss] Calendar application advice<br><br>instead of storing files on dropbox, you might consider running a small<br>CalDAV server. CalDAV clients connect to the caldav server to<br>synchronize, but typically cache all content.<br><br>IOS devices have CalDAV syncing built in. Android devices can add caldav<br>syncing with either a free connector or a $2.99 connector (both from the<br>google play store). OS X i believe also has CalDAV syncing built in. The<br>sunbird client (and thunderbird integration) from mozilla works great<br>for windows and linux machines. AgenDAV works as a fairly solid web client.<br><br>sabre/dav is a solid and easy to set up server (http://sabre.io/). the<br>stock installation would require a web server, php, and mysql. i've<br>written an alternate sabre/dav implementation that replaces mysql with<br>filesystem storage - you are welcome to it if you don't like running<br>databases (though it would require a bit of extra code to do handle the<br>type of authentication system you'd choose to use).<br><br>you could also just use google, as they provide caldav access to the<br>data (to which all the normal bits of caldav clients would apply -<br>they'd cache all the content and sync changes from google).<br><br>most caldav clients would save your password, so you wouldn't be<br>prompted for your password each time you started them up.<br><br>On 15-03-27 08:08 AM, Murray Strome wrote:<br>&gt; I would like some suggestions for a calendar application that I could<br>&gt; access from all of our computers and mobile devices, make modifications<br>&gt; from any of them, and can be viewed and modified when there is no<br>&gt; internet connection. <br>&gt; We have LINUX, MS Windows, Android (tablet &amp; phone), Mac OS (iMac and<br>&gt; iPad mini). <br>&gt; I think that what I want is something which would use a common file<br>&gt; which could be in something like Dropbox so it would be available when<br>&gt; not connected, but then automatically synchronized with all the devices<br>&gt; whenever they were connected. <br>&gt; I think that Dropbox is the best place to store the file (perhaps an<br>&gt; iCal file would be a good candidate for the format), but what<br>&gt; application could make use of it from all the devices/operating systems?<br>&gt; Any suggestions?<br>&gt; Thanks.<br>&gt; Murray<br>&gt; PS I have looked at Google Calendar and Yahoo! Calendar. They are OK as<br>&gt; web based applications but as far as I can tell, they don't keep copies<br>&gt; locally. Also, they require login, and it gets complicated when you want<br>&gt; a single calendar for multiple users with different passwords. I cannot<br>&gt; remember if the LINUX jPilot uses exactly the same format for its<br>&gt; storage as the Palm Desktop on Windows and MacOS, of if there is a<br>&gt; version for Android tablets/phones and Mac products. That would be a<br>&gt; possible candidate but the files structure is pretty complicated and<br>&gt; tends to be quite bloated.<br>&gt; From the presentation at the last BB&amp;C General Meeting, it would appear<br>&gt; that Outlook might be a candidate, except that I have not figured out<br>&gt; how to make it work in LINUX. Furthermore, I would much prefer an Open<br>&gt; Source application.<br>&gt; <br>&gt; <br>&gt; <br>Thanks, John and Brendan.</div><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;">Using ownCloud has the same problem as regular Google Calendar: when I am away on a trip, my ownCloud server is not turned and in any case it is not accessible outside my home LAN.</div><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;">Unless I misunderstand it, having my own CalDev server would present the same problem when the computer on which it is installed is not turned on, or not connected to the internet.</div><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;"><br></div><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;">I did find something interesting which I am beginning to try called Rainlender:</div><div><font face="Helvetica, Arial, sans-serif">http://www.rainlendar.net/cms/index.php</font></div><div><font face="Helvetica, Arial, sans-serif">It is available for all platforms, and this article tells how to use Dropbox to sync the Calendar across all of my computers/devices:</font></div><div><font face="Helvetica, Arial, sans-serif">http://www.howtogeek.com/howto/32393/sync-your-rainlendar-calendars-for-free-with-dropbox/</font></div><div><font face="Helvetica, Arial, sans-serif">The appearance (at first glance) does not appear to be as nice as things like Google Calendar, iCalendar or some of the others but it would appear to meet my essential requirements: work on all platforms, sync all of them when connected and be fully available (except for changes someone else in the meantime) when not connecte to the internet.</font></div><div><font face="Helvetica, Arial, sans-serif">Has anyone tried it yet?</font></div><div><font face="Helvetica, Arial, sans-serif">Murray</font></div><div><font face="Helvetica, Arial, sans-serif"><br></font></div><br></div></body></html>