diff options
Diffstat (limited to 'inc/FSclCalEvent.h')
-rw-r--r-- | inc/FSclCalEvent.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h index 5c84992..aedd8e4 100644 --- a/inc/FSclCalEvent.h +++ b/inc/FSclCalEvent.h @@ -866,6 +866,17 @@ public: RecordId GetCalendarId(void) const; /** + * Gets the base event ID. + * This method return the id of the base recurring event for which this event is a recurrence exception. + * + * @since 2.1 + * + * @return The base event ID, if this event is an exception + * else #INVALID_RECORD_ID + */ + RecordId GetBaseEventId(void) const; + + /** * Copying of objects using this copy assignment operator is allowed. * * @since 2.0 |