<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Eventbrite Helper for WebMatrix</title><link>http://eventbritehelper.codeplex.com/project/feeds/rss</link><description>The Eventbrite Helper for WebMatrix makes it simple to promote your Eventbrite events in your WebMatrix site. With a few lines of code you will be able to display your events on your web site with integration with Windows Live Calendar and Google Calendar.</description><item><title>Source code checked in, #16392</title><link>http://eventbritehelper.codeplex.com/SourceControl/changeset/changes/16392</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:28:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16392 20121001082803P</guid></item><item><title>Source code checked in, #16391</title><link>http://eventbritehelper.codeplex.com/SourceControl/changeset/changes/16391</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:26:15 GMT</pubDate><guid isPermaLink="false">Source code checked in, #16391 20121001082615P</guid></item><item><title>Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>&lt;div class="wikidoc"&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br /&gt;&lt;br /&gt;To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the &lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Mon, 10 Jan 2011 17:44:04 GMT</pubDate><guid isPermaLink="false">Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010) 20110110054404P</guid></item><item><title>Released: Eventbrite Helper v1.0 (Dec 29, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>
&lt;div class="wikidoc"&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br&gt;
&lt;br&gt;
To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the
&lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 10 Jan 2011 17:44:04 GMT</pubDate><guid isPermaLink="false">Released: Eventbrite Helper v1.0 (Dec 29, 2010) 20110110054404P</guid></item><item><title>Source code checked in, #5787</title><link>http://eventbritehelper.codeplex.com/SourceControl/changeset/changes/5787</link><description>reference updated</description><author>jsenior</author><pubDate>Mon, 10 Jan 2011 15:44:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5787 20110110034419P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://eventbritehelper.codeplex.com/documentation?version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;Helper Methods&lt;/h2&gt;
&lt;p&gt;The following is a list of features provided in the current version of the helper:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: Current version does not support the full Eventbrite API.&lt;/em&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;static void&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Initialize&lt;/strong&gt; (string appKey, [string userKey])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Initializes the Eventbrite helper with the Eventbrite application key and user key. The user key is a string assigned by Eventbrite which identifies the user making the method call. A valid user key is the recommended method for user authentication with
 the Eventbrite API, instead of user/password.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static void&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Initialize&lt;/strong&gt; (string appKey, string user, string password)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Initializes the Eventbrite helper with the Eventbrite application key and your user and password.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static IList&amp;lt;&lt;a href="#x_x_x_x_x_event"&gt;Event&lt;/a&gt;&amp;gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetUserEventList&lt;/strong&gt; ([string user], [string doNotDisplay], [string eventStatuses], [string ascOrDesc])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method returns a list of user's events.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href="http://developer.eventbrite.com/doc/tickets/ticket_new/"&gt;Process&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;CreateNewTicket&lt;/strong&gt; (int eventId, string name, float price, int quantity, [bool isDonation], [string description], [string startSales], [string endSales], [int includeFee], [int min], [int max])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method creates new fixed-price or donation ticket types. It returns the ID of the newly created ticket.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href="http://developer.eventbrite.com/doc/events/event_new/"&gt;Process&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;CreateNewEvent&lt;/strong&gt; (string title, string startDate, string endDate, string timezone, int organizerId, int venueId, [string description], [int privacy], [string personalizedUrl], [int capacity], [string currency], [string status], [string customHeader],
 [string customFooter], [string backgroundColor], [string textColor], [string linkColor], [string titleTextColor], [string boxBackgroundColor], [string boxTextColor], [string boxBorderColor], [string boxHeaderBackgroundColor], [string boxHeaderTextColor])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method creates a new event. It returns the ID of the newly created event.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href="http://developer.eventbrite.com/doc/users/user_get/"&gt;User&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetUserInfo&lt;/strong&gt; ([string userId], [string email])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method retrieves the data for a given user. If no userId or email provided, returns the information of the current API user (owner of ApiKey).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;static &lt;a href="#x_x_x_x_x_event"&gt;Event&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetEvent&lt;/strong&gt; (int eventId)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;Returns the data for a given event.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;@helper&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetUserEventsWidget&lt;/strong&gt; ([string user], [int count], [string title])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method renders a widget with a list of user's events.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;@helper&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetTicketWidget&lt;/strong&gt; (int eventId, [int height])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method shows a widget that allows to you sell tickets to an event from your site.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;@helper&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GetCalendarWidget&lt;/strong&gt; (int eventId, [int width], [int height])&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;This method shows a widget that allows to you display a custom calendar widget for your upcoming events.&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Event Information&lt;/h3&gt;
&lt;p&gt;&lt;a name="x_x_x_x_x_event"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The following is the event information:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="163"&gt;long &lt;strong&gt;Id&lt;/strong&gt;&lt;/td&gt;
&lt;td width="625"&gt;The event ID.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Title&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event title.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Description&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event description.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event category.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Tags&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event tags/keywords.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;StartDate&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event start date and time, in ISO 8601 format (e.g., &amp;ldquo;2007-12-31 23:59:59&amp;Prime;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;EndDate&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event end date and time, in ISO 8601 format (e.g., &amp;ldquo;2007-12-31 23:59:59&amp;Prime;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Timezone&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event timezone, as listed in the Olson timezones database (e.g. &amp;ldquo;America/New_York&amp;rdquo;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Created&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The date and time the event was created, in ISO 8601 format (e.g., &amp;ldquo;2007-12-31 23:59:59&amp;Prime;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Modified&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The date and time the event was last modified, in ISO 8601 format (e.g., &amp;ldquo;2007-12-31 23:59:59&amp;Prime;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Privacy&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Private for a private event, Public for a public event.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Password&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Reserved for private event only.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;int &lt;strong&gt;Capacity&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The total event capacity.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Url&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event registration URL.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Logo&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event logo URL.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;string &lt;strong&gt;Status&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event status (&amp;ldquo;draft&amp;rdquo;, &amp;ldquo;live&amp;rdquo;, &amp;ldquo;started&amp;rdquo;, &amp;ldquo;ended&amp;rdquo;, or &amp;ldquo;canceled&amp;rdquo;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;IList&amp;lt;&lt;a href="http://developer.eventbrite.com/doc/events/event_get/"&gt;Ticket&lt;/a&gt;&amp;gt;
&lt;strong&gt;Tickets&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;List of ticket types available for this event.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Venue &lt;strong&gt;Venue&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event venue.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DateTime &lt;strong&gt;StartDateUtc&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event start date and time in UTC.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DateTime &lt;strong&gt;EndDateUtc&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event end date and time to UTC timezone.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DateTime &lt;strong&gt;StartDateLocal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event start date and time converted to the local timezone.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DateTime &lt;strong&gt;EndDateLocal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The event start date and time converted to the local timezone.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;int &lt;strong&gt;VisibleTickets&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The different tickets types currently shown to public (leaving out hidden tickets).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;int &lt;strong&gt;TicketsSold&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The amount of tickets sold for the event.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;int &lt;strong&gt;TicketsAvailable&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The amount of tickets available (still unsold) for the event.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Mon, 10 Jan 2011 15:09:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110110030915P</guid></item><item><title>Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>&lt;div class="wikidoc"&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br /&gt;&lt;br /&gt;To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the &lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Wed, 05 Jan 2011 15:50:16 GMT</pubDate><guid isPermaLink="false">Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010) 20110105035016P</guid></item><item><title>Released: Eventbrite Helper v1.0 (Dec 29, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>
&lt;div class="wikidoc"&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br&gt;
&lt;br&gt;
To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the
&lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 05 Jan 2011 15:50:16 GMT</pubDate><guid isPermaLink="false">Released: Eventbrite Helper v1.0 (Dec 29, 2010) 20110105035016P</guid></item><item><title>Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>&lt;div class="wikidoc"&gt;This version works with &lt;a href="http://www.microsoft.com/web/webmatrix" class="externalLink"&gt;WebMatrix RTM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br /&gt;&lt;br /&gt;To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the &lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Wed, 29 Dec 2010 18:08:52 GMT</pubDate><guid isPermaLink="false">Updated Release: Eventbrite Helper v1.0 (Dec 29, 2010) 20101229060852P</guid></item><item><title>Source code checked in, #5617</title><link>http://eventbritehelper.codeplex.com/SourceControl/changeset/changes/5617</link><description>Minor updates in documentation.</description><author>jsenior</author><pubDate>Tue, 28 Dec 2010 18:27:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5617 20101228062727P</guid></item><item><title>Updated Release: Eventbrite Helper v1.0 (Dec 28, 2010)</title><link>http://eventbritehelper.codeplex.com/releases/view/57921</link><description>&lt;div class="wikidoc"&gt;This version works with &lt;a href="http://www.microsoft.com/web/webmatrix" class="externalLink"&gt;WebMatrix RTM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br /&gt;&lt;br /&gt;To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the &lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Tue, 28 Dec 2010 17:49:24 GMT</pubDate><guid isPermaLink="false">Updated Release: Eventbrite Helper v1.0 (Dec 28, 2010) 20101228054924P</guid></item><item><title>Created Release: Eventbrite Helper v1.0 (Dec 21, 2010)</title><link>http://eventbritehelper.codeplex.com/releases?ReleaseId=57921</link><description>&lt;div class="wikidoc"&gt;This version works with &lt;a href="http://www.microsoft.com/web/webmatrix" class="externalLink"&gt;WebMatrix RTM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Download the Eventbrite Helper package and extract its content in the root folder of your WebMatrix site.&lt;br /&gt;&lt;br /&gt;To learn how to use the helper, download the Eventbrite Helper Sample and run it with WebMatrix or check out the &lt;a href="http://eventbritehelper.codeplex.com/documentation?"&gt;documentation&lt;/a&gt; for this project in Codeplex.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jsenior</author><pubDate>Tue, 21 Dec 2010 18:37:50 GMT</pubDate><guid isPermaLink="false">Created Release: Eventbrite Helper v1.0 (Dec 21, 2010) 20101221063750P</guid></item><item><title>Source code checked in, #5484</title><link>http://eventbritehelper.codeplex.com/SourceControl/changeset/changes/5484</link><description>Added Eventbrite Helper - Version 1.0 </description><author>jsenior</author><pubDate>Tue, 21 Dec 2010 18:25:52 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5484 20101221062552P</guid></item></channel></rss>