Difference between revisions of "User:Halfasspete/Calendar for web"

From FreekiWiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
easiest way seems this:
 
easiest way seems this:
  
set up something that uses the open ical protocol, based on a WebDAV server. This will be accessible by Mozilla Sunbird project, or Mozilla calendar (or even Apple's iCal program.) There is also a PHP-based web version that can query the same back end. Good for the web site. Yeeha.
+
set up something that uses the open icalendar protocol, based on a WebDAV server. This will be accessible by Mozilla Sunbird project, or Mozilla calendar (or even Apple's iCal program.) There is also a PHP-based web version that can query the same back end. Good for the web site. I don't even think that needs to be on the same Apache server as the WebDAV (but I'm sure it can be), and I bet the PHP can be modified to suit our webby needs better.
  
 
to set up WebDAV:
 
to set up WebDAV:
http://www.debian-administration.org/articles/285
+
:http://www.debian-administration.org/articles/285
 +
:(YEAH!!!!! Mike with some help from Pete has figured this much out.)
  
 
overview:
 
overview:
http://www.mozilla.org/projects/calendar/faq.html#share
+
:http://www.mozilla.org/projects/calendar/faq.html#share
  
 
detailed setup instrux, including Mozilla and PHP:
 
detailed setup instrux, including Mozilla and PHP:
http://www.vetula.com/blog-radio/stories/2002/11/19/publishingEventsInMozilla.html
+
:http://www.vetula.com/blog-radio/stories/2002/11/19/publishingEventsInMozilla.html
  
detailed PHP stuff (demo, documentation, etc):
+
another Howto-type doc:
http://phpicalendar.net/
+
:http://www.fedoranews.org/mediawiki/index.php/Building_a_Simple_Calendar_Server_with_Fedora_and_WebDAV
 +
 
 +
maybe the best technical overview:
 +
:http://www.macdevcenter.com/lpt/a/2732
 +
 
 +
detailed PHP stuff (demo, documentation, software download):
 +
:http://phpicalendar.net/

Latest revision as of 11:30, 16 January 2006

easiest way seems this:

set up something that uses the open icalendar protocol, based on a WebDAV server. This will be accessible by Mozilla Sunbird project, or Mozilla calendar (or even Apple's iCal program.) There is also a PHP-based web version that can query the same back end. Good for the web site. I don't even think that needs to be on the same Apache server as the WebDAV (but I'm sure it can be), and I bet the PHP can be modified to suit our webby needs better.

to set up WebDAV:

http://www.debian-administration.org/articles/285
(YEAH!!!!! Mike with some help from Pete has figured this much out.)

overview:

http://www.mozilla.org/projects/calendar/faq.html#share

detailed setup instrux, including Mozilla and PHP:

http://www.vetula.com/blog-radio/stories/2002/11/19/publishingEventsInMozilla.html

another Howto-type doc:

http://www.fedoranews.org/mediawiki/index.php/Building_a_Simple_Calendar_Server_with_Fedora_and_WebDAV

maybe the best technical overview:

http://www.macdevcenter.com/lpt/a/2732

detailed PHP stuff (demo, documentation, software download):

http://phpicalendar.net/