Help for this page

Select Code to Download


  1. or download this
    my $hr_CalendarItem = $response_xml->{'soap:Body'}->{'m:FindItemRespon
    +se'}->{'m:ResponseMessages'}->{'m:FindItemResponseMessage'}->{'m:Root
    +Folder'}->{'t:Items'}->{'t:CalendarItem'};
    
  2. or download this
    my $subject = $hr_CalendarItem->{'t:Subject'};
    my $value = $hr_CalendarItem->{'t:ExtendedProperty'}->{'t:Value'};