Bug 227712

Summary: Missing information when setting up an email reminder for an event
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-02-19 19:30:25 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KOrganizer
- Click on the 'New Event' button
- Enter 'Test' as the title of the new event
- Fill in the rest of the information (location, date, 5 min before current time as a starting time, end time, category and description)
- Check the 'Reminder' check box and set the time to 1 min.
- Click on the 'Advanced...' button
- An 'Edit Reminders' dialogue appears, in its 'Type' section select the 'Send email' radio button.
- Click on 'Ok'
- Check your email. The 'Test' email should arrive quickly. 

The email message body is missing important information like the date time and location of the event.

Trunk, Svn Rev 1092481
Comment 1 Laurent Montel 2010-02-26 10:36:58 UTC
It works fine here.
Are you sur that you had korgac ? (korgac is the small korganizer icon in systray ?)
Regards.
Comment 2 Laurent Montel 2010-02-26 10:38:41 UTC
Sorry previous comment is not for this bug.
But you're right this bug is valid.

Will look at how to implement it.
Regards
Comment 3 Laurent Montel 2010-02-26 13:46:35 UTC
There is a body when text in "text of the message" is empty, we have info about date/title and co.

see:
Summary: test
Location: paris
Start Date: 2010-02-26
Start Time: 13:45
End Date: 2010-02-26
End Time: 15:15


Regards
Comment 4 Laurent Montel 2010-02-26 13:52:46 UTC
Finally I add theses infos even if we wrote a text. It's better.

Regards
Comment 5 Sabine Faure 2010-02-26 22:11:46 UTC
It is corrected now.

The following information is now displayed in the body of the email reminder:
- (Event) Summary: Testing email reminder 26 02
- Organizer: Sabine Faure <sabine@kdab.net>
- Location: Vedene Office
- Start Date: 2010-02-26
- Start Time: 22:05
- End Date: 2010-02-27
- End Time: 00:05
- (Event Description) Details: Email reminder test
- (Email reminder description): This is a test message for the reminder.
The email arrived on time (I set it to 5 min before the event started and it arrived at 22:00:24)

Trunk, Svn Rev 1096391