-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# team-calendar | ||
Know when everyone in your team is available / busy with a single glance. | ||
|
||
***effortlessly know*** when everyone in your team is ***available / busy***. | ||
|
||
## Why? | ||
|
||
Viewing your team's availability in a single view is | ||
a time-consuming problem that all organizations face. | ||
|
||
There are a few companies that have *attempted* to solve this problem | ||
in a variety of ways, however there is no "*standard*" or *generally accepted* | ||
solution to the problem | ||
|
||
## What? | ||
|
||
Team calendar sharing simplified. | ||
|
||
## How? | ||
|
||
Using the Google Calendar API, get the availability of all members | ||
of a team and display them in a single intuitive view. | ||
|
||
> **Note**: *Ask* ***lots*** *of questions as issues in this repo | ||
so we can evolve the requirements/solution collectively. |