From: Chris Schlaeger (cs_at_kde.org)
Date: Tue Dec 06 2005 - 15:19:19 CET
From: Chris Schlaeger <cs@kde.org> Message-ID: <1897.43959de7@www.taskjuggler.org> Date: Tue, 6 Dec 2005 15:19:19 +0100 (CET) Subject: [taskjuggler] Re: how to create a repetitive task?
You have to create individual tasks for each meeting. In case you mind the effort of writing them all, using a macro might be a good idea.
macro meeting [
task m${1} "Meeting ${1}" {
start 1-${1}-2006-10:00
duration 2h
}
${meeting "2"}
${meeting "3"}
...
Chris
-- TaskJuggler Developer -- To unsubscribe, email the address listed in the List-Unsubscribe header For additional commands, email: taskjuggler-help@suse.com
This archive was generated by hypermail 2.1.7 : Tue Dec 06 2005 - 15:19:22 CET