You could try the following:
<?php
$calendar = $page->calendar()->toStructure()
->sortBy('_begin_date', 'desc')
->limit(3)
->toArray();
$calendar = calendar($calendar); ?>
If that doesn’t work, please contact the plugin author with a feature request to support Kirby Structure
objects in addition to arrays.