Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

murtoM/meeting-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meeting-scheduler

REUSE status

Simple meeting scheduler implemented in C99 following the kernel style guide.

Usage

You can launch the application using make:

$ make run

Application command line

The calendar entries for meetings in the calendar are interactively handled using these commands.

Add meeting

A <description> <month> <day> <hour>

The description should not contain white space.

For example:

A Haircut 3 26 14

Delete meeting

D <month> <day> <hour>

For example:

D 3 26 14

Print calendar

L

Save calendar to a file

W <filename>

Load calendar from a file

O <filename>

Quit application

Q

License

All programming code is licensed under the MIT license.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks