Skip to content

Alternative Proposal for calendar_item_details #60

@kewisch

Description

@kewisch

One issue I had with calendar_item_details and the current event dialog is that it is hard to mimic the column layout without knowing what the column width is. I'm wondering if we should have a more granular item details approach where multiple frames are possible.

"calendar_item_details": [
  {
    "default_title": "__MSG_gdata_conference__",
    "default_panel": "/content/conference_panel.html",
    "default_icon": {
      "16": "/content/new-event-dialog-only/conference.svg"
    },
    "after": "location"
  },
  {
    "default_title": "__MSG_gdata_eventtype__",
    "default_panel": "/content/eventtype_panel.html",
    "default_icon": {
      "16": "/content/new-event-dialog-only/event-type-default.svg"
    },
    "after": null
  },
 {
    "default_title": "__MSG_gdata_whatever_tab__",
    "default_panel": "/content/tab.html",
    "default_icon": {
      "16": "/content/event_tab.svg"
    },
    "default_area": "tab"
  },
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions