<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to retrieve calendar event props from click?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : How to retrieve calendar event props from click?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 19:08:35 +0000</pubDate>
  <lastBuildDate>Sat, 26 Dec 2009 02:48:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15923</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to retrieve calendar event props from click? : D&amp;#039;oh, figured this one out....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15923&amp;PID=55847&amp;title=how-to-retrieve-calendar-event-props-from-click#55847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5725">EricFowler</a><br /><strong>Subject:</strong> 15923<br /><strong>Posted:</strong> 26 December 2009 at 2:48am<br /><br />D'oh, figured this one out. <br /><br />Get the CXTPCalendarViewEvent ptr and call GetEvent() on it. That returns what I need. <br /><br />Post left up for Google-food. <br /><br />Eric]]>
   </description>
   <pubDate>Sat, 26 Dec 2009 02:48:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15923&amp;PID=55847&amp;title=how-to-retrieve-calendar-event-props-from-click#55847</guid>
  </item> 
  <item>
   <title><![CDATA[How to retrieve calendar event props from click? : I have a calendar in which I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15923&amp;PID=55846&amp;title=how-to-retrieve-calendar-event-props-from-click#55846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5725">EricFowler</a><br /><strong>Subject:</strong> 15923<br /><strong>Posted:</strong> 26 December 2009 at 2:33am<br /><br />I have a calendar in which I have created some events of type CXTPCalendarEventPtr, like this: <br />CXTPCalendarEventPtr pEvt = EventFromItemAtPoint(pItemDrop, point);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(pEvt)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPCalendarData * pDP = GetDataProvider(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(pDP)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pDP-&gt;AddEvent(pEvt); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br /><br />EventFromItemAtPoint() is mine.<br /><br />Now the user has selected an event and hit the ENTER key. I trap the message, and want to fight my way back to some custom properties I have stored with that event. The problem is retrieving the pointer for the event that the user has selected. <br /><br />I tried getting the active view, then a list of CXTPCalendarViewEvents, then one event. But the trail goes cold because I am looking at "view" events, not just events. I may not even be looking in the right place. <br /><br />Where can I find that lost event? I don't store IDs when I insert. <br /><br />Eric<br />]]>
   </description>
   <pubDate>Sat, 26 Dec 2009 02:33:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15923&amp;PID=55846&amp;title=how-to-retrieve-calendar-event-props-from-click#55846</guid>
  </item> 
 </channel>
</rss>