← Back to team overview

unity-api-bugs team mailing list archive

[Bug 1231136] [NEW] Calendar needs to be invocable with a URL

 

Public bug reported:


For the design in the datetime indicator we need to be able to click on events in the calendar, and have them show up in the calendar application.  For all other things similar to this we're using an URL to ensure proper execution and containment, that also makes sense here.  I was unable to find any official prior art on a URL format to use for this, so I'm reverting to some adhoc prior art that Evolution uses.

Evolution supports a URL calendar:/// which can then take two parameters
of starttime and endtime, which as a group show how much time to show
and where to start end the view.  For instance, a week long retreat
might make more sense to show in week view, but a 15 minute meeting will
be shown in day view.  I think that the caller doesn't need to make that
choice, but instead provide the time they're interested in.

The parameters starttime and endtime both take an integer value of the
number of seconds since unix epoch in the UTC timezone.  Evolution also
supports a special value of "0" to mean today for quick access.

** Affects: indicator-datetime
     Importance: Undecided
     Assignee: Charles Kerr (charlesk)
         Status: New

** Affects: ubuntu-calendar-app
     Importance: Undecided
         Status: New

** Affects: url-dispatcher
     Importance: Undecided
     Assignee: Ted Gould (ted)
         Status: New

** Also affects: url-dispatcher
   Importance: Undecided
       Status: New

** Also affects: indicator-datetime
   Importance: Undecided
       Status: New

** Changed in: url-dispatcher
     Assignee: (unassigned) => Ted Gould (ted)

** Changed in: indicator-datetime
     Assignee: (unassigned) => Charles Kerr (charlesk)

-- 
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Indicator Date and Time.
https://bugs.launchpad.net/bugs/1231136

Title:
  Calendar needs to be invocable with a URL

Status in The Date and Time Indicator:
  New
Status in Calendar application for Ubuntu devices:
  New
Status in URL Dispatcher:
  New

Bug description:
  
  For the design in the datetime indicator we need to be able to click on events in the calendar, and have them show up in the calendar application.  For all other things similar to this we're using an URL to ensure proper execution and containment, that also makes sense here.  I was unable to find any official prior art on a URL format to use for this, so I'm reverting to some adhoc prior art that Evolution uses.

  Evolution supports a URL calendar:/// which can then take two
  parameters of starttime and endtime, which as a group show how much
  time to show and where to start end the view.  For instance, a week
  long retreat might make more sense to show in week view, but a 15
  minute meeting will be shown in day view.  I think that the caller
  doesn't need to make that choice, but instead provide the time they're
  interested in.

  The parameters starttime and endtime both take an integer value of the
  number of seconds since unix epoch in the UTC timezone.  Evolution
  also supports a special value of "0" to mean today for quick access.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1231136/+subscriptions


Follow ups

References