// Token: 0x06000B79 RID: 2937 RVA: 0x0004A40D File Offset: 0x0004860D
 public static bool DetailedCheckForAutomatedBooking(MailboxSession itemStore, CachedState cachedState)
 {
     return(ResourceCheck.InternalCheckForAutomaticBooking(false, itemStore, cachedState));
 }
        // Token: 0x06000B78 RID: 2936 RVA: 0x0004A3E0 File Offset: 0x000485E0
        public static bool DetailedCheckForAutomatedBooking(MapiEvent mapiEvent, MailboxSession itemStore, StoreObject item, CachedState cachedState)
        {
            bool isEventForConfigObject = CalendarConfigurationDataProvider.IsCalendarConfigurationClass(mapiEvent.ObjectClass) && item != null;

            return(ResourceCheck.InternalCheckForAutomaticBooking(isEventForConfigObject, itemStore, cachedState));
        }