-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2117 from glemco/master
agenda: displaying calendar colour and name
- Loading branch information
Showing
4 changed files
with
30 additions
and
9 deletions.
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
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,3 +1,20 @@ | ||
# Agenda | ||
|
||
Basic agenda reading the events synchronised from GadgetBridge | ||
Basic agenda reading the events synchronised from GadgetBridge. | ||
|
||
### Functionalities | ||
|
||
* List all events in the next week (or whatever is synchronized) | ||
* Optionally view past events (until GB removes them) | ||
* Show start time and location of the events in the list | ||
* Show the colour of the calendar in the list | ||
* Display description, location and calendar name after tapping on events | ||
|
||
### Report a bug | ||
|
||
You can easily open an issue in the espruino repo, but I won't be notified and it might take time. | ||
If you want a (hopefully) quicker response, just report [on my fork](https://github.com/glemco/BangleApps). | ||
|
||
### Known Problems | ||
|
||
Any all-day event lasts just one day: that is a GB limitation that we will likely fix in the future. |
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
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