<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="/h/themes/default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>patch: automatic export  to iCalendar format</title> 
  <pubDate>Sun, 19 May 2013 05:05:25 +0000</pubDate> 
  <link>http://bugs.horde.org/ticket/917</link> 
  <atom:link rel="self" type="application/rss+xml" title="patch: automatic export  to iCalendar format" href="http://bugs.horde.org/ticket/917/rss" /> 
  <description>patch: automatic export  to iCalendar format</description> 
 
   
   
  <item> 
   <title>This patch allows to export a given calendar to iCalendar fo</title> 
   <description>This patch allows to export a given calendar to iCalendar format automatically.



Automatically means that is not necessary  to log in interactively to Kronolith, so is possible for a external application to access read-only to the calendars.



It was tested with the mozilla calendar extension (version 0.8.1+) for Firefox 1.0</description> 
   <pubDate>Tue, 30 Nov 2004 10:14:38 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t3453</link> 
  </item> 
   
  <item> 
   <title>Sorry for the caotic submission of this patch. This is my fi</title> 
   <description>Sorry for the caotic submission of this patch. This is my first contribution to the site.



api.patch should be applied to kronolith/lib/api.php

autexport.php should be placed in kronolith/autexport.php.</description> 
   <pubDate>Tue, 30 Nov 2004 10:30:10 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t3456</link> 
  </item> 
   
  <item> 
   <title>If the function is going to be in the API, then it'd be even</title> 
   <description>If the function is going to be in the API, then it'd be even better to just be able to access it through RPC.php, perhaps with a &quot;REST&quot; driver (see http://www.xfront.com/REST-Web-Services.html or similar). Also, the code as submitted really needs to be cleaned up/fixed for Horde coding standards and functionality (see horde/docs/CODING_STANDARDS; gettext requires double quotes, etc.). Anyways, this should definitely go in one of the Kronolith 2.0.x releases; poke me once we've gotten 2.0.0 out, preferrably with some cleaned up code, and we'll go from there.</description> 
   <pubDate>Thu, 02 Dec 2004 20:55:22 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t3521</link> 
  </item> 
   
  <item> 
   <title>This is your poke that Kronolith 2.0 has been released, so s</title> 
   <description>This is your poke that Kronolith 2.0 has been released, so stuff like this can go in for 2.1 now. If you send a cleaned up patch (see horde/docs/CODING_STANDARDS) and address some of my prior points, it'll greatly speed up how quickly we can get this in.</description> 
   <pubDate>Mon, 03 Jan 2005 21:47:54 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t4110</link> 
  </item> 
   
  <item> 
   <title>Date:   	Tue, 1 Feb 2005 12:06:31 -0800 (PST) [02/01/2005 03</title> 
   <description>Date:   	Tue, 1 Feb 2005 12:06:31 -0800 (PST) [02/01/2005 03:06:31 PM EST]

From:  	John Adams &lt;jna@retina.net&gt;

To:  	kronolith@lists.horde.org

Subject:  	[kronolith] Script: Subscribe to Kronolith calendars with Apple iCal



I think kronolith is pretty cool, but one of the major issues I have with

the way that you export calendar records to iCal is that you have to keep

logging in and exporting the data. I modified data.php and produced a

script that will allow you to -subscribe- iCal to kronolith calendars. It

dumps all events for the specified calendar in icalendar format.



Some caveats I found out the hard way: Apple iCal doesn't support pulling

calendar data over SSL (lame!!!) so you have to run this on an unsecured

server until they get around to fixing that. You should be okay with other

apps like thunderbird/outlook/etc, though.



Granted, there's some security issues here - I've disabled authentication

to view the calendars and I'm just dumping all events for the requested

calendar, but you get the idea. You can modify this script to have some

sort of md5 variable/security/whatever and then modify the URL to require

that variable if you're concerned about security. For most users it won't

matter. Hey, the data is read-only anyway, so don't panic too much ;)



Save this script as 'icalsub.php', and access data using the following URL:

http://your.server.com/horde/kronolith/icalsub.php/&lt;id&gt;



You can also subscribe to multiple calendars and combine them as one like:

http://your.server.com/horde/kronolith/icalsub.php?c=&lt;id1&gt;|&lt;id2&gt;|&lt;id3&gt;



&lt;id&gt; should match the calendar_id in the database (you can get it

also by looking at the &quot;Free/busy&quot; URL that appears in the &quot;My Calendars&quot;

page.)



Enjoy.



--john</description> 
   <pubDate>Wed, 02 Feb 2005 22:06:50 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t5148</link> 
  </item> 
   
  <item> 
   <title>I'm hoping to get to some version of this functionality rela</title> 
   <description>I'm hoping to get to some version of this functionality relatively soon.</description> 
   <pubDate>Sat, 19 Feb 2005 22:55:57 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t5674</link> 
  </item> 
   
  <item> 
   <title>Ok. Let's forget about autexport.php. 



I've submitted an </title> 
   <description>Ok. Let's forget about autexport.php. 



I've submitted an enhancement  ticket for the REST driver.  Ticket  #1500.



With that driver, you can get the calendar exported through this request:



http://localhost/horde/rpc.php?RPCDriver=rest&amp;restCall=calendar.exportCalendar&amp;restContentType=text/calendar&amp;calendarName=rafa&amp;contentType=text/calendar

</description> 
   <pubDate>Mon, 07 Mar 2005 12:22:56 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t6131</link> 
  </item> 
   
  <item> 
   <title>I did some cleaning of the kronolith api patch. Only formatt</title> 
   <description>I did some cleaning of the kronolith api patch. Only formatting issues, so is basically the same you can find in api.patch



This patch is against  kronolith-h3-2.0.2</description> 
   <pubDate>Mon, 07 Mar 2005 12:27:13 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t6132</link> 
  </item> 
   
  <item> 
   <title>Hello!



Is it possible to make a export script for mozilla</title> 
   <description>Hello!



Is it possible to make a export script for mozilla sunbird, which exports icalendar data?

In the way like http://srv/horde/kronolith/sunbird.php?username=usr&amp;pass=pwd



Which of these files should i use with the current Kronolith version?



Regards,

Chris</description> 
   <pubDate>Tue, 08 Mar 2005 20:17:42 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t6173</link> 
  </item> 
   
  <item> 
   <title>I have this applied and working with iCal - very nice soluti</title> 
   <description>I have this applied and working with iCal - very nice solution in a lot of ways, though the URLs are long. I want to document it and maybe add another URL-building tool (like the freebusy one), and I may end up changing my mind and using the same code in an ical.php. So I'll look more at this tomorrow.</description> 
   <pubDate>Wed, 09 Mar 2005 04:43:26 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t6177</link> 
  </item> 
   
  <item> 
   <title>This is committed and working now. I also added ics.php, whi</title> 
   <description>This is committed and working now. I also added ics.php, which does the same thing with shorter URLs. Nag got an ics.php, too.</description> 
   <pubDate>Fri, 11 Mar 2005 22:11:57 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t6239</link> 
  </item> 
   
  <item> 
   <title>On the basis of this patch, I wrote a very simple WebDAV mod</title> 
   <description>On the basis of this patch, I wrote a very simple WebDAV module, which allows for GET / PUT and PROPFIND. With this, it is possible to use Kronolith as a storage and be able to use the web interface for editing, but also application such as Mozilla Sunbird and Apple iCal. 



If there is interest in this, I would be willing to polish it up a bit an supply a patch. </description> 
   <pubDate>Tue, 15 Nov 2005 23:02:39 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t13759</link> 
  </item> 
   
  <item> 
   <title>&gt; On the basis of this patch, I wrote a very simple WebDAV m</title> 
   <description>&gt; On the basis of this patch, I wrote a very simple WebDAV module, 

&gt; which allows for GET / PUT and PROPFIND. With this, it is possible to 

&gt; use Kronolith as a storage and be able to use the web interface for 

&gt; editing, but also application such as Mozilla Sunbird and Apple iCal.

&gt;

&gt; If there is interest in this, I would be willing to polish it up a 

&gt; bit an supply a patch.



Please do, though in a new ticket. Thanks!</description> 
   <pubDate>Tue, 15 Nov 2005 23:05:50 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t13760</link> 
  </item> 
   
  <item> 
   <title>And please make sure that you reuse and extend the existing </title> 
   <description>And please make sure that you reuse and extend the existing WebDAV support. Anything else would be duplicate effort and not accepted.</description> 
   <pubDate>Tue, 15 Nov 2005 23:11:47 +0000</pubDate> 
   <link>http://bugs.horde.org/ticket/917#t13761</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
