<?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 : SOLVED : Disable Editing on Calendar events</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : SOLVED : Disable Editing on Calendar events]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 18:52:41 +0000</pubDate>
  <lastBuildDate>Wed, 25 Feb 2009 18:04:36 +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=13499</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[SOLVED : Disable Editing on Calendar events : Just figured it out by using the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13499&amp;PID=45882&amp;title=solved-disable-editing-on-calendar-events#45882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4391">cmdbarSys</a><br /><strong>Subject:</strong> 13499<br /><strong>Posted:</strong> 25 February 2009 at 6:04pm<br /><br />Just figured it out by using the following event<DIV>&nbsp;</DIV><DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>private</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>void</FONT></FONT><FONT size=2> calCalendar_IsEditOperationDisabled(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>object</FONT></FONT><FONT size=2> sender, AxXtremeCalendarControl.</FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>_DCalendarControlEvents_IsEditOperationDisabledEvent</FONT></FONT><FONT size=2> e)</P><P>{</P><P>e.bDisableOperation = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>true</FONT></FONT><FONT size=2>;</P><P>}</P></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 18:04:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13499&amp;PID=45882&amp;title=solved-disable-editing-on-calendar-events#45882</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED : Disable Editing on Calendar events : I want to disable editingon Calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13499&amp;PID=45881&amp;title=solved-disable-editing-on-calendar-events#45881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4391">cmdbarSys</a><br /><strong>Subject:</strong> 13499<br /><strong>Posted:</strong> 25 February 2009 at 5:46pm<br /><br />I want to disable editing&nbsp;on Calendar events. The users should not be able to change the subject or drag it or change the size of a Calendar event. How do I do this? I did not find any property as such for the CalendarEvent object which would disable editing. <DIV></DIV><FONT size=2><P></FONT><FONT color=#2b91af size=2><FONT color=#2b91af size=2>CalendarEvent</FONT></FONT><FONT size=2> NewEvent;</P><P>NewEvent = calCalendar.DataProvider.CreateEvent();</P><P>NewEvent.AllDayEvent = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>true</FONT></FONT><FONT size=2>;</P><P>NewEvent.Subject = "abcd";</P><P>NewEvent.StartTime = StartDate;</P><DIV>NewEvent.Label&nbsp; = 1;</DIV></FONT><P><P><FONT color=#008000 size=2><FONT color=#008000 size=2></P></FONT></FONT><FONT size=2><P></P>calCalendar.DataProvider.AddEvent(NewEvent);<P></P></FONT>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 17:46:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13499&amp;PID=45881&amp;title=solved-disable-editing-on-calendar-events#45881</guid>
  </item> 
 </channel>
</rss>