API_MEDKINECT.Calendars.create_calendars C# (CSharp) Method

create_calendars() public method

public create_calendars ( ) : Object
return Object
        public Object create_calendars()
        {
            return this.conexion_rest("post", "api/calendars/new", this, -1);
        }