Module: Teems::Commands::CalEventActions

Included in:
Cal
Defined in:
lib/teems/commands/cal.rb

Overview

Event display, RSVP, and detail subcommands

Constant Summary collapse

RSVP_ACTION_LABELS =
{
  'accept' => 'accepted', 'decline' => 'declined', 'tentative' => 'tentatively accepted'
}.freeze