Cal command

Use in a Server.Load script to schedule an appointment or invitation.

Syntax

Appointment:

cal -a <db> <msgsz> <dur> <startrng> <endrng> <nthiter>

Invitation:

cal -i <db> <msgsz> <dur> <startrng> <endrng> <numrecip> <nthiter>

Where:

  • <dur> -- Duration, in minutes
  • <startrng> -- Lower bound for the number of days to schedule ahead
  • <endrng> -- Upper bound for the number of days to schedule ahead
  • <numrecip> -- Number of recipients
  • <nthiter> -- Nth iteration of the script
  • <view> -- View in which to perform operation (set to $Calendar only)
  • <notes version> -- N8 or N7 type actions, leave blank for neither.
  • [init] - Within several commands, N8Mail workload contains additional transactions against the server to provide more accurate traffic based on what the actual client does. For init, these transactions are unnecessary and are skipped by passing "init" as the final argument to these commands.