<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Support for a new file type? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205177#M4612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I create an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Aug 2015 20:00:08 GMT</pubDate>
    <dc:creator>TimH</dc:creator>
    <dc:date>2015-08-22T20:00:08Z</dc:date>
    <item>
      <title>Support for a new file type?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205175#M4610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E-mail has its own support in SAS.&amp;nbsp; I'd like to see SAS support another Internet standard (see RFC 5545 - &lt;A href="https://tools.ietf.org/html/rfc5545" title="https://tools.ietf.org/html/rfc5545"&gt;RFC 5545 - Internet Calendaring and Scheduling Core Object Specification (iCalendar)&lt;/A&gt; ), the iCalendar file.&amp;nbsp; These files have a file extension of '.ics' in most operating systems.&lt;/P&gt;&lt;P&gt;iCalendar files provide a standard, structured format for calendar information and can contain multiple events per file with lots of different attributes (see the RFC).&amp;nbsp; Here's an example with one event.&amp;nbsp; Multiple calendar events, each bracketed by BEGIN:VEVENT / END:VEVENT, can be included in one calendar file which begins with BEGIN:VCALENDAR and ends with END:VCALENDAR.&amp;nbsp;&amp;nbsp; Read the RFC for details (and notice that the X- components are "experimental" and vendor-specific, not necessarily needed in any SAS support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iCalendar support would allow one to create events in SAS and have the program create the format correctly,&amp;nbsp; providing some things automatically (for example PRODID: would be SAS-specific but static for each version.&amp;nbsp; &lt;BR /&gt;One of the best use cases for this:&amp;nbsp; if you create these files on a web server, most calendar programs (like Outlook, iCal, and Phone calendars) can "subscribe" to them so as they are updated the updates get reflected in those calendar visualization tools.&amp;nbsp; This can be a good way to "visualize"&amp;nbsp; event-based data.&amp;nbsp; If you do something Outlook-compatible (or if the standard supports it), you can use HTML in the X-ALT-DESC.&amp;nbsp;&amp;nbsp; I wrote a SAS program that creates these files via PUT, that includes links to performance data charts.&amp;nbsp; One calendar entry for each day links to multiple charts for that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main trick to handling this file type is appending new events - you have to write everything but the END:VCALENDAR, then write the new VEVENT info, then add the END:VCALENDAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few sites and mailing lists related to iCalendar, but I would start with Calconnect.org, an organization intent on standardizing calendar info and exchange until it "just works" like e-mail .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN:VCALENDAR&lt;/P&gt;&lt;P&gt;PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN&lt;/P&gt;&lt;P&gt;VERSION:2.0&lt;/P&gt;&lt;P&gt;METHOD:PUBLISH&lt;/P&gt;&lt;P&gt;X-MS-OLK-FORCEINSPECTOROPEN:TRUE&lt;/P&gt;&lt;P&gt;BEGIN:VEVENT&lt;/P&gt;&lt;P&gt;CLASS:PUBLIC&lt;/P&gt;&lt;P&gt;CREATED:20120315T195410Z&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DESCRIPTION:Vic Theater &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.victheatre.com/"&gt;http://www.victheatre.com/&lt;/A&gt;&lt;SPAN&gt;&amp;gt; \n&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DTEND:20120328T030000Z&lt;/P&gt;&lt;P&gt;DTSTAMP:20120315T195410Z&lt;/P&gt;&lt;P&gt;DTSTART:20120328T000000Z&lt;/P&gt;&lt;P&gt;LAST-MODIFIED:20120315T195410Z&lt;/P&gt;&lt;P&gt;LOCATION:Vic Theater\, Chicago\, IL&lt;/P&gt;&lt;P&gt;PRIORITY:5&lt;/P&gt;&lt;P&gt;SEQUENCE:0&lt;/P&gt;&lt;P&gt;SUMMARY;LANGUAGE=en-us:Kelly Hogan with The Magnetic Fields&lt;/P&gt;&lt;P&gt;TRANSP:TRANSPARENT&lt;/P&gt;&lt;P&gt;UID:040000008200E00074C5B7101A82E008000000008027CA5FC102CD01000000000000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 010000000AFA2FE2B6F35364BAB3240153BD89767&lt;/P&gt;&lt;P&gt;X-ALT-DESC;FMTTYPE=text/html:&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N"&amp;gt;\n&amp;lt;HTML&amp;gt;\n&amp;lt;HEAD&amp;gt;\n&amp;lt;META NAME="Generator" CONTENT="MS Exchange Server ve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rsion 08.00.0681.000"&amp;gt;\n&amp;lt;TITLE&amp;gt;&amp;lt;/TITLE&amp;gt;\n&amp;lt;/HEAD&amp;gt;\n&amp;lt;BODY&amp;gt;\n&amp;lt;!-- Converted f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rom text/rtf format --&amp;gt;\n\n&amp;lt;P DIR=LTR&amp;gt;&amp;lt;SPAN LANG="en-us"&amp;gt;&amp;lt;/SPAN&amp;gt;&amp;lt;A HREF="h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ttp://www.victheatre.com/"&amp;gt;&amp;lt;SPAN LANG="en-us"&amp;gt;&amp;lt;U&amp;gt;&amp;lt;FONT COLOR="#0000FF" FAC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E="Calibri"&amp;gt;Vic Theater&amp;lt;/FONT&amp;gt;&amp;lt;/U&amp;gt;&amp;lt;/SPAN&amp;gt;&amp;lt;SPAN LANG="en-us"&amp;gt;&amp;lt;/SPAN&amp;gt;&amp;lt;/A&amp;gt;&amp;lt;SP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AN LANG="en-us"&amp;gt;&amp;lt;/SPAN&amp;gt;&amp;lt;/P&amp;gt;\n\n&amp;lt;/BODY&amp;gt;\n&amp;lt;/HTML&amp;gt;&lt;/P&gt;&lt;P&gt;X-MICROSOFT-CDO-BUSYSTATUS:FREE&lt;/P&gt;&lt;P&gt;X-MICROSOFT-CDO-IMPORTANCE:1&lt;/P&gt;&lt;P&gt;X-MICROSOFT-DISALLOW-COUNTER:FALSE&lt;/P&gt;&lt;P&gt;X-MS-OLK-ALLOWEXTERNCHECK:TRUE&lt;/P&gt;&lt;P&gt;X-MS-OLK-AUTOFILLLOCATION:FALSE&lt;/P&gt;&lt;P&gt;X-MS-OLK-AUTOSTARTCHECK:FALSE&lt;/P&gt;&lt;P&gt;X-MS-OLK-CONFTYPE:0&lt;/P&gt;&lt;P&gt;END:VEVENT&lt;/P&gt;&lt;P&gt;END:VCALENDAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 03:00:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205175#M4610</guid>
      <dc:creator>TimH</dc:creator>
      <dc:date>2015-08-22T03:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Support for a new file type?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205176#M4611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an idea. &lt;/P&gt;&lt;P&gt;I'll vote in favour for this sugestion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 19:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205176#M4611</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-08-22T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Support for a new file type?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205177#M4612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I create an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 20:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205177#M4612</guid>
      <dc:creator>TimH</dc:creator>
      <dc:date>2015-08-22T20:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Support for a new file type?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205178#M4613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Communities main page, look in the Actions box in the bottom right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/community/support-communities" title="https://communities.sas.com/community/support-communities"&gt;https://communities.sas.com/community/support-communities&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2015 23:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Support-for-a-new-file-type/m-p/205178#M4613</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-22T23:38:31Z</dc:date>
    </item>
  </channel>
</rss>

