Yes, most likely there is a problem with exportAs(). Do you see any error message in the javascript console?
Also, remember that exporting large Scheduler grids may hit the browser limits (most browsers limit the memory that can be used for the generated bitmap). You can try exporting SVG to see if this is the problem (SVG doesn't suffer with this problem).