Which version of integration_google are you using?
4.0.0
Which version of Nextcloud are you using?
31.0.6
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
No response
Describe the Bug
When importing my personal calendar from Google, it includes events for the birthdays of all my contacts. In the Google calendar, these are only shown in the separate birthdays calendar, not in my personal one.
This is undesirable, since they are available in a separate calendar and when importing your contacts to Nextcloud, it will provide its own birthday calendar.
Is this behaviour expected/intentional/desired? Or is there a very easy workaround to fix this?
If not, it could be easily fixed by providing the parameter eventTypes to the list events call (see https://developers.google.com/workspace/calendar/api/v3/reference/events/list#parameters), excluding the birthday type. To be added to the params in GoogleCalendarApiService.php getCalendarEvents.
Expected Behavior
When importing my personal calendar, it doesn't automatically include my contacts birthdays.
To Reproduce
Import the calendar from a Google account which has some birthdays/anniversaries set for some contacts.
Which version of integration_google are you using?
4.0.0
Which version of Nextcloud are you using?
31.0.6
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
No response
Describe the Bug
When importing my personal calendar from Google, it includes events for the birthdays of all my contacts. In the Google calendar, these are only shown in the separate birthdays calendar, not in my personal one.
This is undesirable, since they are available in a separate calendar and when importing your contacts to Nextcloud, it will provide its own birthday calendar.
Is this behaviour expected/intentional/desired? Or is there a very easy workaround to fix this?
If not, it could be easily fixed by providing the parameter
eventTypesto the list events call (see https://developers.google.com/workspace/calendar/api/v3/reference/events/list#parameters), excluding thebirthdaytype. To be added to theparamsin GoogleCalendarApiService.phpgetCalendarEvents.Expected Behavior
When importing my personal calendar, it doesn't automatically include my contacts birthdays.
To Reproduce
Import the calendar from a Google account which has some birthdays/anniversaries set for some contacts.