<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Calendar Export</title>
		<link>http://www.kriesi.at/support/topic/calendar-export</link>
		<description>Support Forum - Topic: Calendar Export</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 10:27:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/calendar-export" rel="self" type="application/rss+xml" />

		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95566</link>
			<pubDate>Thu, 07 Feb 2013 05:03:32 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">95566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the info! Will get someone on it. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95323</link>
			<pubDate>Tue, 05 Feb 2013 17:44:04 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! Unfortunately we dont do custom work here but you can always try to get a developer at the themeforest forums :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;br /&#62;
Best regards&#60;/p&#62;
&#60;p&#62;Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95310</link>
			<pubDate>Tue, 05 Feb 2013 17:06:29 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">95310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.  Is there a possibility of getting some custom programming done for the events? I would pay for that, we are pretty event geared, so I have some specifics on pages like that.  Let me know if that's something you guys offer.  I'm not a programmer. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95284</link>
			<pubDate>Tue, 05 Feb 2013 15:13:47 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! not from the backend. but if you want you can edit the template that is responsible for rendering the calendar sidebar.&#60;/p&#62;
&#60;p&#62;you would need to open the file incarnation/config-events-calemdar/views/event_metadata.php.&#60;br /&#62;
here you can add additional list items with informations, titles etc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95169</link>
			<pubDate>Tue, 05 Feb 2013 02:32:56 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">95169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I guess I mean a &#34;title&#34;. my apologies.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95168</link>
			<pubDate>Tue, 05 Feb 2013 02:31:56 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">95168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That works perfectly.  Is it possible to add code to the left like the other columns... like &#34;Calendar Links&#34; or something like that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-95047</link>
			<pubDate>Mon, 04 Feb 2013 16:27:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi southlakebaptist,&#60;/p&#62;
&#60;p&#62;This is about all I can see that is easily possible to clean them up:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar a.ical.single, .sidebar a.gcal-add {
    clear: both;
    float: left;
    margin-bottom: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;They don't have clear classes being added to them so there isn't a lot that can be done to target the container and manipulate it without causing issues with the other calendar classes above it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-94944</link>
			<pubDate>Mon, 04 Feb 2013 08:15:12 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">94944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Link above may not work.. you can see here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sbc.wpengine.com/event/art-of-marriage-conference/&#34; rel=&#34;nofollow&#34;&#62;http://sbc.wpengine.com/event/art-of-marriage-conference/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Calendar Export"</title>
			<link>http://www.kriesi.at/support/topic/calendar-export#post-94892</link>
			<pubDate>Mon, 04 Feb 2013 02:05:22 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">94892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to add calendar export to the already built events template.&#60;/p&#62;
&#60;p&#62;Can you help make these look better?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.southlakebc.com/event/art-of-marriage-conference/&#34; rel=&#34;nofollow&#34;&#62;http://www.southlakebc.com/event/art-of-marriage-conference/&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;You can see them below &#34;Email&#34;.  I would like to have them aligned like the rest of the page.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
