01-06-2010 12:23 PM - edited 01-06-2010 12:31 PM
Here are a few feature requests for activies in the SDK.
1) Support the weekend day recurring option.
Act.Framework.Activities.ActivityRecurTypedDay.WeekendDay
2) Support for a numered recurring end date rather then a end date. "Every Friday for the next ten weeks" rather then "Every Friday till 03//14/2010"
Rather then having to figure out the exact date the user can just enter the numer of activities he/she want to schedule.
3) Another parameter set forn ScheduleNewActivity() that supports all fields like
Public Shared Function NewActivity(ByVal HostFramework As Act.Framework.ActFramework, _ByVal ActivityType As ActivityType, _
ByVal StartTime As DateTime, _ByVal EndTime As DateTime, _
ByVal ScheduledFor As Act.Framework.CalendarDelegates.CalendarDelegateGrantor, _ByVal Regarding As String, _
ByVal Location As String, _
ByVal Details As String, _
ByVal Priority As String, _
ByVal BannerColor As Drawing.Color, _ByVal Alarmed As Boolean, _
ByVal AlarmLeadMinutes As Integer) As Boolean
Maybe even attachments also
4) The ability to attach a recurring pattern to an existing activity just like the ActivityTemplate.
Dim NewRecurSpec As New Act.Framework.Activities.ActivityRecurSpec
Activity.SetRecurringSpec(NewRecurSpec)
Thanks for your ear.
-- Jim Durkin
01-11-2010 03:43 PM