Skip to content

Commit

Permalink
Update readme for the new attendance script
Browse files Browse the repository at this point in the history
  • Loading branch information
Olen committed May 22, 2022
1 parent 9bfb2ab commit ff9bc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Generates an ics-file of upcoming events.
### groups.py
Generates a json-file for each group you are a member of.

### attendance.py <start> <end> [--members]
Generates a csv-file for each event between `start` and `end` with attendance status of all organizers. The optional parameter `--members` also includes regular members that has been invited.
### attendance.py <-f from_date> <-t to_date> [-a]
Generates a csv-file for each event between `from_date` and `to_date` with attendance status of all organizers. The optional parameter `-a` also includes all members that has been invited.

0 comments on commit ff9bc93

Please sign in to comment.