After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 119109 - integrate clock applet calendar with external calendar
integrate clock applet calendar with external calendar
Status: RESOLVED DUPLICATE of bug 128283
Product: gnome-panel
Classification: Other
Component: clock
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 117638 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-08-04 18:10 UTC by William Jon McCann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to enable external appointment tool (GNOME2.2) (6.63 KB, patch)
2003-08-04 20:04 UTC, William Jon McCann
none Details | Review
updated patch for GNOME2.2 with new features (10.76 KB, patch)
2003-08-11 20:12 UTC, William Jon McCann
none Details | Review
patch for CVS to add external appointment tool support (12.09 KB, patch)
2003-11-13 23:39 UTC, William Jon McCann
none Details | Review

Description William Jon McCann 2003-08-04 18:10:29 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.
Comment 1 William Jon McCann 2003-08-04 20:04:59 UTC
Created attachment 18907 [details] [review]
Patch to enable external appointment tool (GNOME2.2)
Comment 2 William Jon McCann 2003-08-04 20:09:24 UTC
This patch calls an external program as:
command [year] [month 1-12] [day]

It doesn't do mnemonic replacement, yet.
Comment 3 Mark McLoughlin 2003-08-05 14:15:53 UTC
This can't go into 2.3 because we're way past the feature freeze ..
Comment 4 Mark McLoughlin 2003-08-05 14:16:16 UTC
Thanks for the patch, though, it'll be looked at again for 2.5
Comment 5 William Jon McCann 2003-08-11 20:12:49 UTC
Created attachment 19122 [details] [review]
updated patch for GNOME2.2 with new features
Comment 6 William Jon McCann 2003-08-11 20:18:12 UTC
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.
Comment 7 Vincent Untz 2003-09-18 10:03:22 UTC
*** Bug 117638 has been marked as a duplicate of this bug. ***
Comment 8 Vincent Untz 2003-09-18 10:04:14 UTC
William: do you have a patch for HEAD ?
Comment 9 William Jon McCann 2003-09-18 14:43:57 UTC
I will create a patch for HEAD next week (after Isabel).
Comment 10 Bryan W Clark 2003-11-13 17:25:14 UTC
William:  You have some time before the feature freeze (Jan 5th), but
I wanted to ping you anyway about the CVS HEAD patch.

Comment 11 William Jon McCann 2003-11-13 23:39:22 UTC
Created attachment 21430 [details] [review]
patch for CVS to add external appointment tool support
Comment 12 William Jon McCann 2003-11-13 23:44:25 UTC
Sorry the patch took so long.  I was out of the country for a month.
Comment 13 William Jon McCann 2003-12-01 22:25:41 UTC
Now that we have e-d-s this has been superceded by bug 128283.

*** This bug has been marked as a duplicate of 128283 ***