<?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: Anyone need a diversion? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90248#M19142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;barely tested, I do not expect it to be fully functional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filename sgf url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sgf2012.confnav.com/sgf2012/web/sessions/date/view.html';"&gt;http://sgf2012.confnav.com/sgf2012/web/sessions/date/view.html';&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data foo;&lt;/P&gt;&lt;P&gt; if _n_=1 then day='21APR2012'd;&lt;/P&gt;&lt;P&gt; id+1;&lt;/P&gt;&lt;P&gt; infile sgf lrecl=32767 truncover firstobs=62 obs=582;&lt;/P&gt;&lt;P&gt; input @;&lt;/P&gt;&lt;P&gt; _infile_=tranwrd(left(prxchange('s/&amp;lt;[^&amp;gt;]+&amp;gt;|\x26nbsp;/ /o',-1,_infile_)),'&amp;amp;reg;',' ');&lt;/P&gt;&lt;P&gt; format start_time end_time time.;&lt;/P&gt;&lt;P&gt; start_time=input(scan(_infile_,1,'2D09'x,'r'),time.);&lt;/P&gt;&lt;P&gt; end_time=input(scan(_infile_,2,'2D09'x,'r'),time.);&lt;/P&gt;&lt;P&gt; title=scan(_infile_,2,'09'x,'r');&lt;/P&gt;&lt;P&gt; array author[3:9] $ 256 author1-author7;&lt;/P&gt;&lt;P&gt; do _n_=3 to countw(_infile_,'09'x)-1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; author[_n_]=scan(_infile_,_n_,'09'x,'r');&lt;/P&gt;&lt;P&gt;&amp;nbsp; if author[_n_]='Gaylord Palms Resort,' then call missing(author[_n_]);&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt; room=scan(_infile_,_n_,'09'x,'r');&lt;/P&gt;&lt;P&gt; if lag(end_time)-start_time&amp;gt;13000 then day+1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename ics '/path/to/write.ics';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data bar;&lt;/P&gt;&lt;P&gt; set foo(where=(id=1));&lt;/P&gt;&lt;P&gt; start_dt=dhms(day,hour(start_time),minute(start_time),0);&lt;/P&gt;&lt;P&gt; end_dt=dhms(day,hour(end_time),minute(end_time),0);&lt;/P&gt;&lt;P&gt;* file ics;&lt;/P&gt;&lt;P&gt; put 'BEGIN:VCALENDAR' /&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'PRODID:-//&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sgf2012.confnav.com"&gt;http://sgf2012.confnav.com&lt;/A&gt;&lt;SPAN&gt;' /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'BEGIN:VEVENT' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DTSTART:' start_dt B8601DZ20. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DTEND:' end_dt B8601DZ20. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'LOCATION:' room /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DESCRIPTION:' title /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Start Time:' start_dt mdyampm17. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'End Time:' end_dt mdyampm17. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'PRIORITY:3' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'END:VEVENT' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'END:VCALENDAR'&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 23:07:53 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2012-04-20T23:07:53Z</dc:date>
    <item>
      <title>Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90238#M19132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SGF on-line agenda builder, this year, doesn't have a button to push that will allow one to transfer their personal schedule to their Outlook, Google, or phone calendar.&amp;nbsp; Surely it can't be too difficult a program to write.&amp;nbsp; Anyone up to the challenge? (p.s. you only have until tomorrow if anyone is going to be able to use it!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 23:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90238#M19132</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-19T23:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90239#M19133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what the apps for isn't it? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 00:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90239#M19133</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-04-20T00:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90240#M19134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope!&amp;nbsp; The app is only (I think) for iphones and only includes sas author presentations.&amp;nbsp; Not the bulk of presentations that are really offered!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 00:07:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90240#M19134</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-20T00:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90241#M19135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm -- did you allow the app to sync??? I just went into the app and clicked sessions and can see the sessions by non-SAS authors. So my version of the app seems to have more than just SAS authors.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 04:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90241#M19135</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-04-20T04:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90242#M19136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently an update was issued that corrected the situation.&amp;nbsp; However, I still would have liked code for downloading to Outlook and/or Google calendar.&amp;nbsp; That always used to be included as part of the agenda builder's capabilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:13:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90242#M19136</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-20T12:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90243#M19137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a bit late, and I don't have time to put it all together, but I found a 2009 paper by Clarke Thacher that does exactly what I had in mind: &lt;A href="http://support.sas.com/resources/papers/proceedings09/086-2009.pdf" title="http://support.sas.com/resources/papers/proceedings09/086-2009.pdf"&gt;http://support.sas.com/resources/papers/proceedings09/086-2009.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 20:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90243#M19137</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-20T20:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90244#M19138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just saw this.&amp;nbsp; Would have been fun to work on...&amp;nbsp; The iPhone app was indeed updated and now has all the papers and can send you calender items, it is very nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 21:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90244#M19138</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-04-20T21:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90245#M19139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have an IPhone.&amp;nbsp; I've still got another year remaining on my current cell phone plan.&amp;nbsp; See you in Orlando!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 21:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90245#M19139</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-20T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90246#M19140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Valid point.&amp;nbsp; I am almost through with a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 22:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90246#M19140</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-04-20T22:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90247#M19141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, if you can get it ready on time, I'd be quite happy test test it, run it, and load the results on my quite non-iphone.&amp;nbsp; Too late for a paper this year, but 2013 isn't that far away &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 22:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90247#M19141</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-04-20T22:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone need a diversion?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90248#M19142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;barely tested, I do not expect it to be fully functional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filename sgf url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sgf2012.confnav.com/sgf2012/web/sessions/date/view.html';"&gt;http://sgf2012.confnav.com/sgf2012/web/sessions/date/view.html';&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data foo;&lt;/P&gt;&lt;P&gt; if _n_=1 then day='21APR2012'd;&lt;/P&gt;&lt;P&gt; id+1;&lt;/P&gt;&lt;P&gt; infile sgf lrecl=32767 truncover firstobs=62 obs=582;&lt;/P&gt;&lt;P&gt; input @;&lt;/P&gt;&lt;P&gt; _infile_=tranwrd(left(prxchange('s/&amp;lt;[^&amp;gt;]+&amp;gt;|\x26nbsp;/ /o',-1,_infile_)),'&amp;amp;reg;',' ');&lt;/P&gt;&lt;P&gt; format start_time end_time time.;&lt;/P&gt;&lt;P&gt; start_time=input(scan(_infile_,1,'2D09'x,'r'),time.);&lt;/P&gt;&lt;P&gt; end_time=input(scan(_infile_,2,'2D09'x,'r'),time.);&lt;/P&gt;&lt;P&gt; title=scan(_infile_,2,'09'x,'r');&lt;/P&gt;&lt;P&gt; array author[3:9] $ 256 author1-author7;&lt;/P&gt;&lt;P&gt; do _n_=3 to countw(_infile_,'09'x)-1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; author[_n_]=scan(_infile_,_n_,'09'x,'r');&lt;/P&gt;&lt;P&gt;&amp;nbsp; if author[_n_]='Gaylord Palms Resort,' then call missing(author[_n_]);&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt; room=scan(_infile_,_n_,'09'x,'r');&lt;/P&gt;&lt;P&gt; if lag(end_time)-start_time&amp;gt;13000 then day+1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename ics '/path/to/write.ics';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data bar;&lt;/P&gt;&lt;P&gt; set foo(where=(id=1));&lt;/P&gt;&lt;P&gt; start_dt=dhms(day,hour(start_time),minute(start_time),0);&lt;/P&gt;&lt;P&gt; end_dt=dhms(day,hour(end_time),minute(end_time),0);&lt;/P&gt;&lt;P&gt;* file ics;&lt;/P&gt;&lt;P&gt; put 'BEGIN:VCALENDAR' /&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'PRODID:-//&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sgf2012.confnav.com"&gt;http://sgf2012.confnav.com&lt;/A&gt;&lt;SPAN&gt;' /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'BEGIN:VEVENT' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DTSTART:' start_dt B8601DZ20. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DTEND:' end_dt B8601DZ20. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'LOCATION:' room /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DESCRIPTION:' title /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Start Time:' start_dt mdyampm17. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'End Time:' end_dt mdyampm17. /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'PRIORITY:3' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'END:VEVENT' /&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'END:VCALENDAR'&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 23:07:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-need-a-diversion/m-p/90248#M19142</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-04-20T23:07:53Z</dc:date>
    </item>
  </channel>
</rss>

