[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2024-02-20 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=418811

Daniel Vrátil  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #32 from Daniel Vrátil  ---
Open and declined invitations will appear in calendars again in 24.02 release,
since the filter was removed recently (by accident, but that doesn't matter,
now it's a feature :-)). KOrganizer master (to be released in 24.05) also has a
checkbox in settings to globally show/hide declined invitations.

I'm closing this as fixed, since open and declined invitations are showing
again, if there are still some other events that are not appearing in
KOrganizer and are not open/declined invitations, please open a new issue.

Sorry this took so long to get fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2024-02-16 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #31 from Daniel Vrátil  ---
So, here's an answer on what's going on:

Some years ago, special "Search" -> "Open Invitations" and "Declined
Invitations" calendars were introduced. Those calendar should contain all your
open ("unanswered") and declined invitations from all calendars. To prevent
such events appearing twice in KOrganizer, an additional filter was added to
code that hides those events from regular calendars. The problem is that users
often don't have those calendars enabled, and that the special "Search"
collections don't work reliably at all and thus events might be missing.

I have accidentally fixed this in git master (to be released 24.02) by porting
event views away from ETMCalendar, so this filter was also removed.

I have proposed to remove the special search collections completely (due to
their unreliability as of now), always show unanswered invites  make it
globally configurable in KOrganizer whether to show declined event.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2024-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #30 from d...@newtech.fi ---
Just noted another thing that might help in reproducing:

The problem item seems to be visible in "Agenda" mode - It is only left out
from the Month view

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-12-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #29 from d...@newtech.fi ---
Looking around at other bug reports like
https://bugs.kde.org/show_bug.cgi?id=412722,
https://bugs.kde.org/show_bug.cgi?id=418811 and this one it seems like
korganizer is heavily filtering a lot of events due to different reasons and
hiding them.
The wanted behaviour would be to show the event with a marker (color, text or
other) that this event is "special" in some way.
The UI for a calender should NEVER EVER hide an event.

Now I cannot trust the korganizer display at all and will miss some events due
to different strange conditions.

Where is this filtering done? Can somone point me to the source file so I can
remove the filter?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #28 from d...@newtech.fi ---
Possible explanation to why removing the line feeds in the continuation line
makes things work:
The line becomes too long and the email address at the end cut off due to this.
Then korganizer has no idea about the identity of the ATTENDEE and can make no
assumptions

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #27 from d...@newtech.fi ---
And obviously is you are the organizer the event is also always shown

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #26 from d...@newtech.fi ---
The funny thing is that merging the continuation lines into long lines will
also make the event show :-)

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #25 from d...@newtech.fi ---
Just tried this on a "no-show" event with the following result:

Also a fake email address for yourself will make the event invisible.

In other words:
Iff you are not on the ATTENDEE list with your own working email address the
event will not be shown at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #24 from d...@newtech.fi ---
Try to change your email to another defined email account.

I have accounts dag @ newtech.fi and also an account dag.nygren @ consultor.fi.
Additionally the consultor account is currently offline due to many reasons.

An entry with the working email account is shown. An entry with the second
offline account will not be shown.

Could the reason be the "offline" state?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-25 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #23 from Daniel Vrátil  ---
Hmm, I must be missing something, because I'm seeing the events in the
calendar. I installed Mageia 9 into a VM to make sure I have the same version
as you, and followed those steps:

1) Copied the first event from comment #6 into kwrite
2) Changed one of the attendees to match my email configured in KOrganizer
3) Saved as event.ics
4) In KOrganizer, selected File -> Open -> event.ics -> "Merge into an existing
calendar" -> selected the default "Personal Calendar"
5) Scrolled back to Nov 2021 in the month view, the event is shown

The code that shows events in Akonadi Console is different from KOrganizer -
there's no calendaring logic, it just displays the list of database entries in
the given folder and has some additional logic to extract like date, title etc.
Unlike KOrganizer which is backed by a fairly complex
KCalendarCore::MemoryCalendar which takes care of recurrence calculations and
what not. Which is why Akonadi Console is useful for debugging :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #22 from d...@newtech.fi ---
Sorry for the spam, but this might be important:

Just removing the continuation lines for your own entry is not enough to make
things work. All the ATTENDEES continuation lines have to be merged.

So weird??

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #21 from d...@newtech.fi ---
A bit more info by trial and error:

What works:
- Removing all continuation lines in the ATTENDEE: list
and/or
- Changing your own email address in the mailto: field of the attendee list to
your primary email address or something bogus.

What doesn't work:
- Having an ATTENDEE entry with you name and a secondary working email address
and continuation lines in it ???

Hope this helps

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #20 from d...@newtech.fi ---
And: Isn't akonadi-console using the same display routines as korganizer?
Asking because akonadi-console shows the problematic entries just fine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #19 from d...@newtech.fi ---
And did the same on my FC38 where the newest libical available is also 3.0.17.
No change.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #18 from d...@newtech.fi ---
Backported libical 3.0.17 to my Mageia also and still not working

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #17 from d...@newtech.fi ---
Hi. 

Using FC38 (korganizer 23.08.1 and libical 3.0.16) and Mageia 9 (korganizer
23.04.1 and libical 3.0.16).

They both behave the same way and both fail to show the entry.

Best Regards
Dag

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-10-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=418811

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #16 from Daniel Vrátil  ---
I'm trying to reproduce the issue locally on current git master, but it seems
to work now.

If you can still reproduce this issue, could you please tell me what version of
libical do you have installed that you can reproduce it with?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-09-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-08-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #15 from d...@newtech.fi ---
And some more interesting info:

Merging the ATTENDEE continuation lines to one long line for each attendee also
made the ics work correctly in korganizer.

This means that the bug is in the way korganizer handles a continuation line in
the form:

This legal ICS line does not work:

ATTENDEE;CN=Some Name ;RSVP=TRUE;PARTSTAT=NEEDS-ACTION; 
 ROLE=OPT-PARTICIPANT;CUTYPE=INDIVIDUAL;X-UID=94249726501648:mailto:
 some.n...@organisation.com

This line does work:

ATTENDEE;CN=Some Name ;RSVP=TRUE;PARTSTAT=NEEDS-ACTION; 
ROLE=OPT-PARTICIPANT;CUTYPE=INDIVIDUAL;X-UID=94249726501648:mailto:
some.n...@organisation.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-08-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #14 from d...@newtech.fi ---
A bit more info on this:

1. Took the ics file for an event that did not show up
2. Edited the ics file removing all the ATTENDEE lines with continuation lines
3. Imported the file into korganizer and it did show up.

Importing the unedited file did show up in akonadiconsole, but not in
korganizer.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-08-28 Thread Rigo Wenning
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #13 from Rigo Wenning  ---
(In reply to dag from comment #12)
I've given up on akonadi and moved to thunderbird because of a very long
history of not fixing critical bugs and changing shortcuts instead. While
korganizer in KDE3 was rock solid, it has degraded to a point where it is not
suitable for daily use anymore. It is not korganizer (frontend) it really is
buggy akonadi that also eats tons of email. I really miss the UX though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-08-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

d...@newtech.fi changed:

   What|Removed |Added

 CC||d...@newtech.fi

--- Comment #12 from d...@newtech.fi ---
Still happens in 5.16.0. Is there anyone looking into this or should I try to
find the time myself?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-08-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

agzgtrtvquysegf...@nthrw.com changed:

   What|Removed |Added

Version|5.13.2  |5.22.3
 CC||agzgtrtvquysegf...@nthrw.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

enb...@gmail.com changed:

   What|Removed |Added

 CC||enb...@gmail.com

--- Comment #11 from enb...@gmail.com ---
I confirm it still happens in 5.13.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2022-05-04 Thread Tobias Klaus
https://bugs.kde.org/show_bug.cgi?id=418811

Tobias Klaus  changed:

   What|Removed |Added

 CC||ek+...@meskal.net

--- Comment #10 from Tobias Klaus  ---
This still happens with kdepim-22.04.0
(gentoo/qt-5.15.3/plasma-5.24.4//kde-framework-5.93)

This is a major blocker for usage of kde-pim with ews, as most of my companies
events are not displayed.

Can someone give me a hint, where one could look for the code that is
responsible for filtering? As this bug can also be observed when using
Kalendar, I suppose it is within akonadi itself?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2022-03-31 Thread earendilfr
https://bugs.kde.org/show_bug.cgi?id=418811

earendilfr  changed:

   What|Removed |Added

 CC||earen...@toleressea.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2022-03-21 Thread Helmar Gerloni
https://bugs.kde.org/show_bug.cgi?id=418811

Helmar Gerloni  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #9 from Helmar Gerloni  ---
Same problem here (KDE on Debian Testing, korganizer 21.08.1, plasma 5.24.3,
KDE Frameworks 5.90).

I can reproduce the error with the attached ICS files (replace m...@here.net 
with
your mail address configured in KDE).

- example_Error_MeAndSomeoneElse.ics:
ATTENDEE:mailto:m...@here.net
ATTENDEE:mailto:some...@else.net

- example_Error_MeOnly.ics:
ATTENDEE:mailto:m...@here.net

- example_NoError_MeOnlyAccepted.ics:
ATTENDEE;PARTSTAT=ACCEPTED:mailto:m...@here.net

- example_NoError_SomeoneElse.ics:
ATTENDEE:mailto:some...@else.net

- example_NoError_NoAttendee.ics:
(no ATTENDEE entry)

Steps to reproduce:
1. Import example_Error_*.ics into an existing Nextcloud calendar in KOrganizer
(by clicking on it in dolphin):
  - Shows up in Akonadiconsole and is synchronized to Nextcloud
  - Does not show up in KOrganizer
  - Shows up on Android (as translucent, not accepted yet)
  - Shows up in Nextcloud Web
2. Confirm event on Android:
  - Gets colored in Android (accepted)
  - Shows up in KOrganizer

=> Korganizer does not show events containing a invitation for the user itself
that has not yet been accepted yet by the user (Android/Outlook show such
events as translucent/brighter). As soon as the invitation is accepted by the
user in another calendar app KOrganizer shows the event.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2022-03-21 Thread Helmar Gerloni
https://bugs.kde.org/show_bug.cgi?id=418811

Helmar Gerloni  changed:

   What|Removed |Added

 CC||hel...@gerloni.net

--- Comment #8 from Helmar Gerloni  ---
Created attachment 147643
  --> https://bugs.kde.org/attachment.cgi?id=147643=edit
ICS files to reproduce KOrganizer bug #418811

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2021-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #7 from emil.ostw...@gmx.net ---
And another example. Changed the DAVx5 account name to something without an
'@'. The organizer email address is filled with this account name. Now there is
only the attendee I added to the event and not the organizer again as second
attendee:

BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN
VERSION:2.0
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
BEGIN:VEVENT
ORGANIZER:MAILTO:nameCloudServer
DTSTAMP:2027T202723Z
ATTENDEE;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;
 CUTYPE=INDIVIDUAL;X-UID=93951310843280:mailto:m...@me.com
CREATED:2027T202723Z
UID:1db96c2b-6df8-41b2-b607-8fac529553d3
LAST-MODIFIED:2027T202723Z
SUMMARY:Test H new 4
STATUS:CONFIRMED
DTSTART;TZID=Europe/Berlin:2029T10
DTEND;TZID=Europe/Berlin:2029T11
TRANSP:OPAQUE
BEGIN:VALARM
DESCRIPTION:Test H new 4
ACTION:DISPLAY
TRIGGER:-P1D
X-KDE-KCALCORE-ENABLED:TRUE
END:VALARM
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+
TZOFFSETTO:+0200
DTSTART:19800406T01
RDATE:19800406T01
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19971026T03
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19800928T03
RRULE:FREQ=YEARLY;UNTIL=19961027T03;BYDAY=-1SU;BYMONTH=9
RDATE:19950924T03
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE

END:VCALENDAR

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2021-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

emil.ostw...@gmx.net changed:

   What|Removed |Added

 CC||emil.ostw...@gmx.net

--- Comment #6 from emil.ostw...@gmx.net ---
Same issue here. For me it occours, if I'm creating an event on my smartphone
with an attendee. Regardless which calendar app I use. Tested it with two
different apps on 2 smartphones.

Here is the raw output  of an event in akonadiconsole, which is not shown in
Korganizer:

BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN
VERSION:2.0
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
BEGIN:VEVENT
ORGANIZER:MAILTO:m...@example.com
DTSTAMP:2027T185728Z
ATTENDEE;CN=Name Lastname;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;
 ROLE=REQ-PARTICIPANT;CUTYPE=UNKNOWN;X-UID=94301368699264:mailto:
 m...@there.com
ATTENDEE;CN=name@cloud me. com;RSVP=TRUE;PARTSTAT=ACCEPTED;
 ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;X-UID=94301368916912:mailto:
 n...@cloud.me.com
CREATED:2027T185728Z
UID:ff4cbc4d-2201-4e09-b4fd-e6d43e763c21
LAST-MODIFIED:2027T185728Z
SUMMARY:Test X new 3
STATUS:CONFIRMED
DTSTART;TZID=Europe/Berlin:2029T07
DTEND;TZID=Europe/Berlin:2029T08
TRANSP:OPAQUE
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+
TZOFFSETTO:+0200
DTSTART:19800406T01
RDATE:19800406T01
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19971026T03
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19800928T03
RRULE:FREQ=YEARLY;UNTIL=19961027T03;BYDAY=-1SU;BYMONTH=9
RDATE:19950924T03
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE

END:VCALENDAR


And this is the output of an event without an attendee. This event is shown in
Korganizer:

BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN
VERSION:2.0
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
BEGIN:VEVENT
DTSTAMP:2027T195434Z
CREATED:2027T195434Z
UID:7860a8de-decf-4bec-b298-7c565757df90
LAST-MODIFIED:2027T195434Z
SUMMARY:Test X new 4
STATUS:CONFIRMED
DTSTART;TZID=Europe/Berlin:2029T05
DTEND;TZID=Europe/Berlin:2029T06
TRANSP:OPAQUE
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+
TZOFFSETTO:+0200
DTSTART:19800406T01
RDATE:19800406T01
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19971026T03
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19800928T03
RRULE:FREQ=YEARLY;UNTIL=19961027T03;BYDAY=-1SU;BYMONTH=9
RDATE:19950924T03
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE

END:VCALENDAR


An event created in Nextcloud and shown in Korganizer with one attendee looks
like this:

BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN
VERSION:2.0
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
BEGIN:VEVENT
ORGANIZER;CN=Name:MAILTO:m...@there.com
DTSTAMP:2027T191318Z
ATTENDEE;CN=Name Lastname;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;
 ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL;X-UID=93951309397392:mailto:
 m...@me.com
CREATED:2027T191253Z
UID:7658b6c7-c4b0-4757-a537-09364ad00764
SEQUENCE:2
LAST-MODIFIED:2027T191318Z
SUMMARY:Test NC neu
STATUS:CONFIRMED
DTSTART;TZID=Europe/Berlin:2029T08
DTEND;TZID=Europe/Berlin:2029T083000
TRANSP:OPAQUE
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+
TZOFFSETTO:+0200
DTSTART:19800406T01
RDATE:19800406T01
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19971026T03
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:STANDARD
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19800928T03
RRULE:FREQ=YEARLY;UNTIL=19961027T03;BYDAY=-1SU;BYMONTH=9
RDATE:19950924T03
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE

END:VCALENDAR

Events are synchronized between both smartphones and Nextcloud with DAVx5. 

Maybe this helps for debuggung.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2020-10-19 Thread Lukas
https://bugs.kde.org/show_bug.cgi?id=418811

Lukas  changed:

   What|Removed |Added

 CC||lukas.sp...@web.de

--- Comment #5 from Lukas  ---
Yup, same issue here. Some events are not shown in KOrganizer even though they
are visibile in Nextcloud and on my Android calendar app. It didn't seem to
matter from where I aceepted the event, some events that are not shown I
accepted from Thunderbird and some from KMail. However, there are also some
events that were created from invitation that *are* visible in KOrganizer.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.20.0
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1
KMail version: 5.15.2 (20.08.2)

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2020-10-15 Thread Rigo Wenning
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #4 from Rigo Wenning  ---
The same bug stroke again. But this time I accepted the invite with kontact
5.15.1 in Tumbleweed 20201002. Now the meeting shows up in nextcloud and on my
jolla phone, but not in korganizer. Very strange indeed. I haven't moved the
invitations. But I received 2 invitations to two different email addresses.
Even accepting both did not help. 
In Akonadiconsole I find one meeting with RemoteID and the other one without. I
deleted the one without RemoteID in akonadiconsole, now I have a dirty item.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2020-05-07 Thread Rigo Wenning
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #3 from Rigo Wenning  ---
This is related to my earlier bug report: 

https://bugs.kde.org/show_bug.cgi?id=377453

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2020-05-07 Thread Carlos
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #2 from Carlos  ---
I can confirm that the events that don't show up were created with an external
tool. In my case, events get added to my (Exchange) calendar which are then
fetched with davmail using CalDav.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2020-05-07 Thread Rigo Wenning
https://bugs.kde.org/show_bug.cgi?id=418811

Rigo Wenning  changed:

   What|Removed |Added

 CC||r...@w3.org

--- Comment #1 from Rigo Wenning  ---
Confirming here. I also had this, when a calendar invite was recorded into the
calendar by some other tool (nextcloud for me) and I did not use kontact to
record the invite. But the invitation email was still present in the system.
Now accepting the invite also in kontact made the entry appear in korganizer. 

But I now have an even stranger issue: There is a recurring event. The date of
the event was changed, so I changed "this instance" from 14 May to 07 May.
First, the event disappeared completely, but showed up in akonadiconsole
correctly (07 May). As this is a nextcloud calendar, I used my browser in
nextcloud to change the event. Now the event shows up correctly in the
nextcloud browser and on my mobile phone and in akonadiconsole. But it did not
show up in kontact/korganizer. 
But then (after some fsck & restart) BIG surprise, the entry shows up on 11 May
and, when opened, says 07 May. This looks pretty strange IMHO. Why would an
event show up on 11 May when the entry correctly says 07 May?

-- 
You are receiving this mail because:
You are watching all bug changes.