13,627 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
34
views
How do I prevent calendar reminder popups from some email accounts (Mac Outlook 16.97.2)
I have five different email accounts on my Mac Outlook client (16.97.2). I only want calendar popups from my email id. How do I "tell" Outlook which email accounts should pop up reminders ...
Tooling
0
votes
1
replies
56
views
Web calendar provider with ics subscription option
I'm searching for a web calendar provider to which I can subscribe with Outlook. WebDAV is not an option as this needs an additional plugin for Outlook (which I do not have the rights to install). So, ...
1
vote
0
answers
42
views
Why can google service account not access calendar api using python
I have an application that needs to read events from a google calendar. I am trying to use a service account as that seems appropriate. My code is:
from googleapiclient.discovery import build
from ...
0
votes
1
answer
235
views
ShadCN Calendar inside Popover not interactive
I am using the Calendar component from ShadCN UI inside a Popover in a React + Vite project. When I click the trigger button, the Popover opens, but the calendar is not interactive - I cannot select ...
0
votes
0
answers
83
views
ngx-bootstrap bs-daterangepicker-inline jumps back to the first month when selecting across months
I'm using the ngx-bootstrap component in Angular with displayMonths: 2 for desktop and displayMonths: 1 for mobile.
The issue:
I select a date range across two months (e.g., December 28 → January 3).
...
0
votes
3
answers
116
views
I can't create repeated events using ICS.js
I am struggling with ics.js (https://github.com/nwcell/ics.js/)
It is ignoring rules for repeat events set up in rrules
It is not allowing me to add another event from another .ics file after I have ...
1
vote
0
answers
127
views
Attempting to Loop Through Shared Outlook Calendars in VBA results in Error
Background
At my company, we have 4 similar shared resources (not rooms, these are actual items that can be borrowed) that we are managing via shared Outlook Calendars. A user must reserve the ...
2
votes
1
answer
156
views
Gregorian Calendar gets the wrong "start of the week"
This is August 2025:
August 2025
Mon Tue Wed Thu Fri Sat Sun
1 2 3
4 5 6 7 8 9 10
--> 11 12 13 14 15 (16) 17
18 19 ...
0
votes
1
answer
162
views
Extracting Non-Settlement Days from Bloomberg Using xbbg and Calendar Overrides
I would like to find the non trading days on a certain period for a certain ticker. The thing is that I cannot wait to see if I can retrieve a price through blp.bdh because I need to find the non ...
0
votes
1
answer
74
views
Import vacation resource in MsProject with excel, VBA
I would like to import vacation of my resource in a project with an Excel.
I try to do that with VBA but I have a problem to insert the data.
To do that I use this method :
ActiveProject.Resources(...
0
votes
2
answers
58
views
How to convert calendarDuration to text (and back)?
How do I convert calendarDuration to text and back?
I have a duration variable that is typically several (integer) days. e.g. D=calweeks(1);. I want to convert this variable D to text and later ...
0
votes
0
answers
32
views
Expo Calendar recurring events all share same URL - need dynamic deeplinks for progressive workouts
I'm using Expo Calendar to create recurring workout events but hitting a wall with deeplinks. All occurrences of recurring events share the same URL, but I need dynamic deeplinks that change based on ...
0
votes
0
answers
56
views
CalendarView not showing selected dates correctly
I want to create a weekly swipable calendar for my app.
How do I make it so that the current date becomes the selected date upon app start up?
This is the code I have so far. A WeekModel as such:
...
1
vote
1
answer
61
views
How does the logic of placing events in the Apple calendar on a view displaying 2 days work?
Example of location
I want to make in my flutter app the placement of events in the same way as in Apple calendar, but I don't understand all the logic of positioning and nesting of events yet?
I ...
1
vote
1
answer
439
views
React Native - Maximum update depth exceeded using Agenda by react-native-calendars
I'm using the Agenda component from react-native-calendarsinto a react native app.
When i try to use that component i get this error:
Error: Maximum update depth exceeded. This can happen when a ...