/// <summary>
        /// Get Events schedule by event id
        /// </summary>
        /// <param name='operations'>
        /// The operations group for this extension method.
        /// </param>
        /// <param name='eventId'>
        /// key: adoxio_eventid
        /// </param>

        public static MicrosoftDynamicsCRMadoxioEventscheduleCollection GetEventscheduleByEvent(this IEvents operations, string eventId)
        {
            return(operations.GetEventscheduleByEventAsync(eventId).GetAwaiter().GetResult());
        }