| Summary: | KOrganizer does not show events from calendar in local file | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Nicolas RAOUL <nicolas.raoul> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas RAOUL
2007-11-06 00:16:45 UTC
I have tried importing the following into KOrganizer: ------------------------------------------------- BEGIN:VCALENDAR PRODID:-//K Desktop Environment//NONSGML KOrganizer 3.3.1//EN VERSION:2.0 BEGIN:VEVENT DTSTAMP:20070523T010000Z ORGANIZER:MAILTO:nobody@nowhere CREATED:20071001T010000Z UID:KOrganizer-465360001.101 SEQUENCE:0 LAST-MODIFIED:20071001T010000Z SUMMARY:dummy birthday CLASS:PUBLIC PRIORITY:5 RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTHDAY=23;BYMONTH=05 TRANSP:OPAQUE END:VEVENT END:VCALENDAR ------------------------------------------------- And then saving back. Last time I overlooked and thought it was the same content, but actually it is not: the DTSTAMP is replaced with a DTSTART with value 23/05/2935093. So, I have a workaround: I just replaced DTSTAMP with DTSTART in the calendar file, and now it is imported well :-) I am quite new to VCALENDAR so I can not tell whether my VCALENDAR sample is valid or not, and whether it is a bug or not. Thus marking as RESOLVED. |