GNOME Bugzilla – Bug 119109
integrate clock applet calendar with external calendar
Last modified: 2004-12-22 21:47:04 UTC
It would be very nice for the clock applet calendar to integrate with external calendar software, such as Evolution. gdeskcal does this fairly well. A very simple way to begin this integration is to define a command that will be executed when a user double clicks on a day in the calendar. This command could load and display the appointments for the specified day. The external command would be stored in Gconf. Mnemonics %Y %m %d would be replaced with 4 digit year, month, and day respectively. I will attach a patch for 2.2 and HEAD shortly.
Created attachment 18907 [details] [review] Patch to enable external appointment tool (GNOME2.2)
This patch calls an external program as: command [year] [month 1-12] [day] It doesn't do mnemonic replacement, yet.
This can't go into 2.3 because we're way past the feature freeze ..
Thanks for the patch, though, it'll be looked at again for 2.5
Created attachment 19122 [details] [review] updated patch for GNOME2.2 with new features
The second patch adds two other features: * A "View appointments" item on the clock popup menu * Adds a popup menu for the calendar that contains "View appointments" (for the selected day), "Help", and "About" items. I will make similar patches for 2.5/HEAD.
*** Bug 117638 has been marked as a duplicate of this bug. ***
William: do you have a patch for HEAD ?
I will create a patch for HEAD next week (after Isabel).
William: You have some time before the feature freeze (Jan 5th), but I wanted to ping you anyway about the CVS HEAD patch.
Created attachment 21430 [details] [review] patch for CVS to add external appointment tool support
Sorry the patch took so long. I was out of the country for a month.
Now that we have e-d-s this has been superceded by bug 128283. *** This bug has been marked as a duplicate of 128283 ***