#!/bin/sh

if [ $# -eq 0 ]; then
	/usr/bin/ICTApplication/ICTCliGateLite --call Agenda:dump
else 
       	echo "                                                               "
       	echo "  COMMAND    : dumpAgenda                                      "
       	echo "  OBJECT     : Display Agenda data (appointments and wake-ups) "
       	echo "  PARAMETERS : none                                            "
       	echo "                                                               "
fi

