Setting subject on recurrence |
Post Reply |
Author | |
tejsingh
Newbie Joined: 28 March 2007 Location: United Kingdom Status: Offline Points: 25 |
Post Options
Thanks(0)
Posted: 25 May 2007 at 12:05pm |
Hi
I am using Progress 4gl and have created an ocx which is embedded into my program. I have got recurrence working with teh subject being set within the OCX but what i ideally want to do is set the subject from my progress program. I have got this working through creating normal events as the procedure i created references CalendarEvent as shown below Public Function CreateEvent(ByVal iId As Long, ByVal StartTime As String, ByVal EndTime As String) As CalendarEvent as the function as Calnedar i have refernence to all its properties. But when i created the function createRecurrence this does not give me access to the property subject as the function has CalendarRecurrencePattern as show below which does not have that as a property Public Function CreateRecurrence() As CalendarRecurrencePattern can anyone assist to a work around cheers |
|
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 |