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 136950 - Support using online calendar data
Support using online calendar data
Status: RESOLVED DUPLICATE of bug 333357
Product: planner
Classification: Other
Component: General
unspecified
Other Windows
: Normal enhancement
: ---
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2004-03-12 01:45 UTC by Lincoln Phipps
Modified: 2009-12-03 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lincoln Phipps 2004-03-12 01:45:21 UTC
Importing or sharing calendars is very handy when 
creating many projects across a department.

That way a single change to the common calendar
e.g. adding a public holiday/vacation day, 
allows many projects to automatically inherit 
this change when they are opened for review.

Given that Planner uses an XML file format it 
would be relatively easy to make a calendar just a hyperlink 
reference to another planner file. This common
file could simply be an empty project (no tasks
or resources etc) just like a sort of master
project file.

Actually it could also store the common resource names 
too but I'll raise a diffrent bugzilla for that.

That file could either be remote (http://) or local 
(file:/// with regular URI conventions (for GNOME). 

The updating is probably easy to set as an on-demand 
refresh of links - maybe some stale link checks (per-day),
with local caching.

The planner simply gets the remote document, parses 
it and picks out the relevant calendar (or calendars) and 
then sets itself up with those details.

A further enhancement would be to hook into ical/ics/idt 
remote calendar servers (e.g.
http://www.brownbearsw.com/ical/idts/swed_hol.idt
Comment 1 Richard Hult 2005-02-18 16:27:24 UTC
I don't agree with this solution. We should make it possible to use online
calendar data or otherwise shared but not by exposing our xml. It should use
ical or something like that.

Comment 2 Alexandre Franke 2009-12-03 14:02:43 UTC

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