<?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 : Set BusyStatus during InPlace CreateEvent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Set BusyStatus during InPlace CreateEvent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:21:03 +0000</pubDate>
  <lastBuildDate>Wed, 12 Jul 2006 09:36:19 +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=4579</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[Set BusyStatus during InPlace CreateEvent : So you mean when user starts to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4579&amp;PID=14130&amp;title=set-busystatus-during-inplace-createevent#14130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4579<br /><strong>Posted:</strong> 12 July 2006 at 9:36am<br /><br />So you mean when user starts to type with some times cells selected?<br><br>You might try this:<br><br>Private Sub CalendarControl_EventAdded(ByVal EventID As Long)<br>&nbsp;&nbsp;&nbsp; Dim pEvent As CalendarEvent<br>&nbsp;&nbsp;&nbsp; Set pEvent = CalendarControl.DataProvider.GetEvent(EventID)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If Not pEvent Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pEvent.BusyStatus = xtpCalendarBusyStatusOutOfOffice<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br>]]>
   </description>
   <pubDate>Wed, 12 Jul 2006 09:36:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4579&amp;PID=14130&amp;title=set-busystatus-during-inplace-createevent#14130</guid>
  </item> 
  <item>
   <title><![CDATA[Set BusyStatus during InPlace CreateEvent : Hello,  Is there a way to set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4579&amp;PID=14122&amp;title=set-busystatus-during-inplace-createevent#14122</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 4579<br /><strong>Posted:</strong> 12 July 2006 at 2:35am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Is there a way to set BusyStatus (other than 'Busy Event Status'), when creating in place event ?</DIV><DIV>&nbsp;</DIV><DIV>Perhaps, setting a default busystatus property ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your advice.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 12 Jul 2006 02:35:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4579&amp;PID=14122&amp;title=set-busystatus-during-inplace-createevent#14122</guid>
  </item> 
 </channel>
</rss>