RSS RSS feed | Atom Atom feed

WebDAV project to publish/subscribe iCal data

After many moons of thinking, "boy it would be great if my wife and I could subscribe to each others iCal Calendar", I finally got off my butt and figured out what I needed to do. Wasn't quite as complex as I thought it would be. Actually, it was a blank(meaning no jsp's or java code) web app with a settings in the web.xml file. Im using JBoss's auth module org.jboss.security.auth.spi.UsersRolesLoginModule. This works out best since I only have two users.

On thing that wasn't clear to me was how to set it up where we could each publish our work calendar's as Work.ics. I ended up creating a subdirectory for each of us in the root of the webapp stored files there. Not sure if this was the best option or not, but it suits our needs just fine.




Add a comment Send a TrackBack