Set BusyStatus during InPlace CreateEvent |
Post Reply |
Author | |
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
Posted: 12 July 2006 at 2:35am |
Hello,
Is there a way to set BusyStatus (other than 'Busy Event Status'), when creating in place event ?
Perhaps, setting a default busystatus property ?
Thanks for your advice.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
So you mean when user starts to type with some times cells selected?
You might try this: Private Sub CalendarControl_EventAdded(ByVal EventID As Long) Dim pEvent As CalendarEvent Set pEvent = CalendarControl.DataProvider.GetEvent(EventID) If Not pEvent Is Nothing Then pEvent.BusyStatus = xtpCalendarBusyStatusOutOfOffice End If End Sub |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |