Add event to Outlook, missing location field and escaped HTML

Bug #377999 reported by Anthony
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Shane Hathaway

Bug Description

When adding a new event and save to Outlook, not all contents are saved. For example, location is not saved. See screenshot below, the body of the event has HTML codes in there.

Revision history for this message
Anthony (agalietti) wrote :
Changed in karl3:
assignee: nobody → Paul Everitt (paul-agendaless)
milestone: none → m15
Revision history for this message
Paul Everitt (paul-agendaless) wrote : Re: [Bug 377999] [NEW] When adding a new event and save to Outlook, not all contents are saved. For example, location is not saved. See screenshot below, the body of the event has HTML codes in there.

Can you give a listing of the fields that aren't saving?

--Paul

On May 18, 2009, at 12:23 PM, Anthony wrote:

> Public bug reported:
>
> When adding a new event and save to Outlook, not all contents are
> saved.
> For example, location is not saved. See screenshot below, the body of
> the event has HTML codes in there.
>
> ** Affects: karl3
> Importance: Undecided
> Assignee: Paul Everitt (paul-agendaless)
> Status: New
>
> --
> When adding a new event and save to Outlook, not all contents are
> saved. For example, location is not saved. See screenshot below, the
> body of the event has HTML codes in there.
> https://bugs.launchpad.net/bugs/377999
> You received this bug notification because you are subscribed to
> KARL3.
>
> Status in Porting KARL to a new architecture: New
>
> Bug description:
> When adding a new event and save to Outlook, not all contents are
> saved. For example, location is not saved. See screenshot below, the
> body of the event has HTML codes in there.

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Shane, can you take this one? If you can't find any fields missing other than location, just fix that one while waiting on the complete list from Anthony. Change the template to do the tal:content structure dance on the text for the second part of the bug report.

summary: - When adding a new event and save to Outlook, not all contents are saved.
- For example, location is not saved. See screenshot below, the body of
- the event has HTML codes in there.
+ Add event to Outlook, missing location field and escaped HTML
Changed in karl3:
assignee: Paul Everitt (paul-agendaless) → Shane Hathaway (shane-hathawaymix)
importance: Undecided → Medium
Revision history for this message
Shane Hathaway (shane-hathawaymix) wrote :

The location field was commented out for an unknown reason. I uncommented it. I also added the contact_name, contact_email, attendees, and attachments to the ICS export.

Two issues remain:

- In Karl 2, the description field is apparently converted to (re)StructuredText. I'm not sure what code Plone uses to accomplish that.

- Karl 2 generates a "class" field. I think its value is either PUBLIC or PRIVATE. I didn't include that field yet in Karl 3.

Revision history for this message
Paul Everitt (paul-agendaless) wrote : Re: [Bug 377999] Re: Add event to Outlook, missing location field and escaped HTML

I believe we have a description extractor, used to display a snippet
in search results:

from karl.content.views.blog import extract_description

Nearly every module uses that when adding/editing content. It seems
that calendar_events also uses this to stash description on each object.

I doubt the class thing is useful.

--Paul

On May 19, 2009, at 2:57 PM, Shane Hathaway wrote:

> The location field was commented out for an unknown reason. I
> uncommented it. I also added the contact_name, contact_email,
> attendees, and attachments to the ICS export.
>
> Two issues remain:
>
> - In Karl 2, the description field is apparently converted to
> (re)StructuredText. I'm not sure what code Plone uses to accomplish
> that.
>
> - Karl 2 generates a "class" field. I think its value is either
> PUBLIC
> or PRIVATE. I didn't include that field yet in Karl 3.
>
> --
> Add event to Outlook, missing location field and escaped HTML
> https://bugs.launchpad.net/bugs/377999
> You received this bug notification because you are subscribed to
> KARL3.
>
> Status in Porting KARL to a new architecture: New
>
> Bug description:
> When adding a new event and save to Outlook, not all contents are
> saved. For example, location is not saved. See screenshot below, the
> body of the event has HTML codes in there.

Revision history for this message
Shane Hathaway (shane-hathawaymix) wrote :

Ah-ha, calendar events already have a description attribute derived from the text attribute. Finished in revision 2854.

Changed in karl3:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.