Code:
my %getApptSumAttrs = (
'types' => 'appointment',
'offset' => '0',
'calExpandInstStart' => "$start",
'calExpandInstEnd' => "$stop"
);
$d = new XmlDoc;
$d->start( 'SearchRequest', $self->{mailns}, \%getApptSumAttrs ); These are the parameters i give in perl!
the calExpandInstStart and End give all the informations about the instaces of the appointments inside the response!