wuast94
(Wuast94)
June 3, 2020, 1:21pm
1
I added my Nextcloud calendar today in HA and i have problems with repeating events.
I have a rule that an event Repeated weekly on every MO,DI,MI,DO,FR (Weekkdays)
So every week i have an entry on every workday. in all my calendars this work fine but in HA i see only one entry on Monday:
and this is how it should be (screenshot out of nextcloud)
also the color matching is wrong but thats no problem for me
asdrolf
(Ū̷̢́̔̈́̄̄͐͗͛͌͋̍͌͊͘n̶͍͎̣͕̈̒̔̀̃̍̋̉̔̋ͅk̵̼̬̫̻͉̙̯̭̀̅̾̏̌͘͝ņ̵̫̤̲͈͆͛̈́̊̏͗̏̈́̈́͘̚͝o̴̢̢̖̩̹̝̘̪̜̞̰̓̽̈͆̋̒̎̕ẅ̸̰̪̘͍͚̹͑͒̔͂͘͜ͅn̶̢̤̬̩͔̻̠͑)
December 15, 2020, 10:24pm
2
no fix for this? my calender component is not loading all events from nextcloud
Tamsy
(Tamsy)
December 16, 2020, 2:25am
3
I am also waiting for the fix. For the time being I have added repeating events manually, each and every single day by day into the referring Nextcloud Calendar.
What is even more bothering is that CalDAV doesn’t pick up workdays correctly for the day after a holiday which makes atomations based on “event the day after a holiday” faulty: https://github.com/home-assistant/core/issues/35654#issuecomment-727598735
Lots of problems with recurring events in caldav component.
See here for instance.
I can’t make all-day recurring events work (seen the day before), exceptions in repeat are not shown/removed… But I’m not sure the cause is in the HA component ?
I know I am just a user and I can’t complain because I get the great HA integrations and core for free. But gollee! I really want to be able to adjust events on the fly based on calendar items which makes changing one-off schedules a breeze instead of having to update a helper or node-red node.
I’ve been wanting to have my alarm automation set on a calendar for Months, and to find out this has been an issue for over 2 years. Please! someone be the hero we don’t deserve and take a look at this issue!
1 Like
Juggler
(SR)
March 30, 2022, 6:53pm
7
… Not using Nextcloud, but my caldav calendar repeating events are also not showing up.
1 Like
embolon
(Embolon)
May 12, 2022, 4:43pm
8
Seeing the same issue with synology calendar (caldav). Hopefully this gets fixed soon.
bverkron
(Bverkron)
May 24, 2022, 8:00pm
9
I also have this issue when using caldav to pull events from an Apple iCloud calendar. I think there are fundamental issues with the calendar in HA. The same thing is an issue with other calendar types including Google calendar.
opened 03:04AM - 20 Sep 20 UTC
closed 04:14PM - 21 Sep 20 UTC
Bug
<!-- READ THIS FIRST:
- If you need additional help with this template please r… efer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/home-assistant/releases
- Do not report issues for custom Lovelace cards.
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
## The problem
<!--
Describe the issue you are experiencing here to communicate to the
maintainers. Tell us about the current behavior.
If possible provide a screenshot with a description.
-->
Many calendar events are missing from the monthly view but show in the Weekly, Daily or Agenda views. The occurs in the Calendar in the left hand panel as well as the new Calendar Card.
## Expected behavior
<!--
Describe what you expected to happen or it should look/behave.
If possible provide a screenshot with a description.
-->
All events are show in the monthly view.
## Steps to reproduce
<!--
Provide steps for us, that helps reproducing your issue.
For example:
1. Add a climate integration
2. Navigate to Lovelace
3. Click more info of the climate entity
4. Set the HVAC action to heat
5. Set the temperature higher than the current temperature
6. Set the HVAC action to cool
-->
Add google calendar integration with a bunch of events. View calendar or calendar card in monthly view. Some will be missing. If you toggle form Agenda / Daily view to Monthly view sometimes _some_ of the events show briefly then disappear.
## Environment
<!--
Provide details about the versions you are using, which helps us reproducing
and finding the issue quicker. Version information is found in the
Home Assistant frontend: Configuration -> Info.
Browser version and operating system is important! Please try to replicate
your issue in a different browser and be sure to include your findings.
-->
- Home Assistant release with the issue: 0.115.1
- Last working Home Assistant release (if known): N/A
- Browser and browser version: Safari 14.0 (macOS), Safari on iOs 13, Chrome 85.0.4183.102 on macOS, WallPanel on Android
- Operating system: macOS / iOS / Android
## State of relevant entities
<!--
If your issue is about how an entity is shown in the UI, please add the state
and attributes for all situations with a screenshot of the UI.
You can find this information at `/developer-tools/state`
-->
```yaml
```
## Problem-relevant configuration
<!--
An example configuration that caused the problem for you. Fill this out even
if it seems unimportant to you. Please be sure to remove personal information
like passwords, private URLs and other credentials.
-->
```yaml
google:
client_id: !secret google_client_id_calendar
client_secret: !secret google_client_secret_calendar
```
## Javascript errors shown in your browser console/inspector
<!--
If you come across any javascript or other error logs, e.g., in your browser
console/inspector please provide them.
-->
```txt
No errors that I can find in the dev console in chrome
```
## Additional information
Weekly view
<img width="1148" alt="Screen Shot 2020-09-19 at 8 03 46 PM" src="https://user-images.githubusercontent.com/19174503/93693373-dfdb4280-fab3-11ea-9f50-3265e1235156.png">
Monthly view. Most of the items seen in the weekly view are missing. Only one repeating event shows (red)
<img width="1155" alt="Screen Shot 2020-09-19 at 8 03 51 PM" src="https://user-images.githubusercontent.com/19174503/93693375-e4076000-fab3-11ea-9d85-e4db0714d2df.png">
bverkron
(Bverkron)
May 24, 2022, 8:01pm
10
Ah, looks like the root cause might be the underlying python caldav library?
opened 04:40AM - 16 Sep 20 UTC
closed 12:00AM - 23 Jan 23 UTC
integration: caldav
<!-- READ THIS FIRST:
- If you need additional help with this template, pleas… e refer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/core/releases
- Do not report issues for integrations if you are using custom components or integrations.
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
-->
## The problem
<!--
Describe the issue you are experiencing here to communicate to the
maintainers. Tell us what you were trying to do and what happened.
-->
Repeat calendar events do not show beyond the first entry in Monthly and Weekly views. They do, however, render as expected in Daily view. Seems to happen with CalDav but not Google Calendar entries. Might be specific to iCloud calendars, not sure, don't have another CalDav compatible calendar to test with.
## Environment
<!--
Provide details about the versions you are using, which helps us to reproduce
and find the issue quicker. Version information is found in the
Home Assistant frontend: Configuration -> Info.
-->
- Home Assistant Core release with the issue: 0.114.4
- Last working Home Assistant Core release (if known): Unknown
- Operating environment (OS/Container/Supervised/Core): Home Assistant OS
- Integration causing this issue: CalDav
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/caldav/
## Problem-relevant `configuration.yaml`
<!--
An example configuration that caused the problem for you. Fill this out even
if it seems unimportant to you. Please be sure to remove personal information
like passwords, private URLs and other credentials.
-->
```yaml
calendar:
- platform: caldav
username: !secret icloud_username
password: !secret icloud_app_password
url: https://caldav.icloud.com
calendars:
- Family
- Errands
```
## Traceback/Error logs
<!--
If you come across any trace or error logs, please provide them.
-->
N/A
```txt
```
## Additional information
In the monthly and weekly view you can see only a single event (the first one). But moving forward to the 17th (or any day beyond the first one) you can see the repeat events.
<img width="984" alt="monthly" src="https://user-images.githubusercontent.com/19174503/93293191-3edf4580-f79c-11ea-8e53-6ade1a2401ec.png">
<img width="998" alt="weekly" src="https://user-images.githubusercontent.com/19174503/93293192-3f77dc00-f79c-11ea-822b-cd9391f44b08.png">
<img width="986" alt="daily" src="https://user-images.githubusercontent.com/19174503/93293189-3e46af00-f79c-11ea-9331-e9552c6361f2.png">
I’m the de-facto maintainer of the python caldav library, which is used by the caldav integration.
The python caldav library depends on the server to do expansion of repeating events - unfortunately not all servers supports this. I haven’t read all the activity above - but I expect it to correspond with this list:
Xandikos - reportedly, expansion should work on newer versions, but I haven’t been able to get the tests to pass.
Radikale - does not work, ref Expand Recurring Events Kozea/Radicale#662
Zimbra - while quite a lot of things break in their caldav support, expansion actually works
Bedework - expansion not working
Baikal - expansion of events work (but not for tasks)
iCloud - expansion works (but quite some other things break - caldav is not officially supported)
DAViCal - expansion works
Google - expansion does not work
SOGo - expansion does not work
Nextcloud - expansion works (but not for tasks)
Fastmail - expansion works
There is a plan to support expansion client-side, but hard to say when I will get time to fix that.
1 Like
Please give it a push.
I have recurring full day events and home assistant can’t detect them.
Meanwhile, is there a fix, workaround or Plugin to geht things working?
is there still no fix or help for? have added my synology caldav successfully but repeating events dont show up in monthly view. When i go to weekly it seems to work.