elementary / wingpanel-indicator-datetime

Wingpanel Date & Time Indicator
GNU General Public License v3.0
28 stars 18 forks source link

#270: Add button for adding event #299

Open benjaminkitt opened 2 years ago

benjaminkitt commented 2 years ago

Addresses issue #270, Add button for adding event.

calendar_new_event

This PR is blocked by https://github.com/elementary/calendar/pull/742, which addresses source calendars not loading prior to the display of the new event dialog when loading calendar using the --add-event flag.

While a Dbus solution to this request is preferable (as noted in the pre-existing TODO), I felt that was beyond the scope of this PR as a Bitesize issue. I will explore a Dbus solution in a future PR. As it stands, this PR, along with the aforementioned PR on Calendar, does at least provide a good first step in providing the functionality.