Taylor, R
2005-10-10T20:25:00Z
Hi,

I just downloaded the demo and created some test data.
When I looked at the data for recurring meetings,the
gc_RecurrenecPattern field contains a long string.
Could you explain the meaning of the values in this
comma-delimited field.

Also, when a "Exception" to a recurrrence meetings
occur, does the exception occupy another record?

Thanks for the info.
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2005-10-11T00:09:00Z
Hi,

the recurrence pattern is stored in the following format:
Type,StartDate,StartTime,Interval,NoEndDate,Occurrences,Duration,Instance,EndDate,EndTime,DayOfMonth,MonthOfYear,Regenerate,
DayOfWeekMask.

If you need more details on this , this is the Microsoft description of every property in the ReccurencePattern:
https://docs.microsoft.c...pattern?view=outlook-pia 


Exceptions on recurring appointments and tasks are not supported.
Exceptions are readonly in Outlook, it means we are not able to write the exception to Outlook.
Administrator