BangleApps/apps/agenda
Gabriele Monaco 311d619e57 agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
..
ChangeLog agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
README.md agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
agenda-icon.js Changed calendar format to array and graying out old events 2022-06-05 18:55:55 +02:00
agenda.js agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
agenda.png Changed calendar format to array and graying out old events 2022-06-05 18:55:55 +02:00
metadata.json agenda: displaying calendar colour and name 2022-09-08 09:10:13 +00:00
screenshot_agenda_event1.png Added screenshots and correct version number 2022-06-05 18:55:55 +02:00
screenshot_agenda_event2.png Added screenshots and correct version number 2022-06-05 18:55:55 +02:00
screenshot_agenda_overview.png Added screenshots and correct version number 2022-06-05 18:55:55 +02:00
settings.js agenda: disable past events display from settings 2022-07-31 16:09:25 +02:00

README.md

Agenda

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.

Known Problems

Any all-day event lasts just one day: that is a GB limitation that we will likely fix in the future.