Search results for

calendar

1,868 results found

Post

Replies

Boosts

Views

Activity

Reply to Crash with transporter on Mac air M1 with Monterey 12.0.1
I have the same problem. Crash report: Attempting to forcibly halt cpu 1 cpu 1 failed to halt with error -5: halt not supported for this configuration Debugger synchronization timed out; waited 240000 nanoseconds panic(cpu 3 caller 0xfffffe002a1266d8): thread_call group 'high' reached max thread cap (500): active: 1, blocked: 499, idle: 0 @thread_call.c:409 Debugger message: panic Memory ID: 0xff OS release type: User OS version: 21E258 Kernel version: Darwin Kernel Version 21.4.0: Fri Mar 18 00:47:26 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T8101 Fileset Kernelcache UUID: E642C8E63C1D004A6B6639342D386514 Kernel UUID: 79A2DE0A-5FBB-32B8-B226-9D5D3F5C25A4 iBoot version: iBoot-7459.101.3 secure boot?: YES Paniclog version: 13 KernelCache slide: 0x00000000227ec000 KernelCache base: 0xfffffe00297f0000 Kernel slide: 0x0000000022f8c000 Kernel text base: 0xfffffe0029f90000 Kernel text exec slide: 0x0000000023074000 Kernel text exec base: 0xfffffe002a078000 mach_absolute_time: 0x4a7a8c35e Epoch Time: sec usec B
Apr ’22
15.4.1 & 15.5 Kernel Panic.
Copied from the apple community discussions where my post was removed, but this is about kernel panic see my kernel panic string below. Some more information because I'm bored and as software engineer want to debug the issue to its root cause. This should determine if it is truly a hardware issue or some horrible code that was pushed to production whether by apple directly or an individual app causing the issue. 15.4.1 after update phone restarts with kernel panic. Wifi is spotty, device can't stay without booting long enough to install the 15.5 beta software, (thanks for unlimited data otherwise lol goodluck because I tried this step probably 10 times) Did a network reset -> Same issue.. Full reset -> Restore from backup -> Same issue... Full reset -> Do NOT restore from backup. -> Skip wifi entry/selection during initial setup. -> Was able to download and install 15.5. Boot into 15.5 Connect to wifi -- no issues 100% stable. --> so its not hardware (surprise surprise) --> Now to dete
2
0
3.2k
Apr ’22
Spaces are not respected CFBundleDisplayName
Hi all, I am wondering how Google Calendar is able to maintain a space in it's display name on iOS. While non of my apps can. I've tried everything under the sun including adding & # x 2 0 0 7; without spaces as a space in the bundle display name. Nothing works. I am trying to name my app Toronto Hydro it's 13 characters including the space. It seems anything > than 12 characters results in the removal of white spaces. Yet apps like British Airways are able to maintain a space. Do these companies have special contracts with Apple? It seems they are doing some hack and that is has explicit permissions from Apple. Seems super shady. Any ideas that aren't already mentioned on Stack Overflow or thoughts? @Quinn what's the deal. I want official response from Apple.
5
0
3.8k
Apr ’22
How to get icloud calendar freebusy information?
Hello! I'm trying to figure out how to get information about a user's busyness. My request to the outbox returns a 403 error, although any other request with the same access data is executed correctly. curl --location --request POST 'https://p48-caldav.icloud.com/userID/calendars/outbox/' --header 'Content-Type: text/calendar; charset=utf-8' --header 'Authorization: Basic xxxx' --data-raw 'BEGIN:VCALENDAR VERSION:2.0 METHOD:REQUEST BEGIN:VFREEBUSY UID:a4ee6514 DTSTAMP:20220113T165506Z DTSTART;VALUE=DATE:20220113T165506Z DTEND;VALUE=DATE:20220113T165506Z ORGANIZER;CN=OM:mailto:mymail@icloud.com ATTENDEE;CN=OM:mailto:mymail@icloud.com END:VFREEBUSY END:VCALENDAR ' I also tried the report free-busy-query request, it returns a 400 error, I took it from https://datatracker.ietf.org/doc/html/rfc4791#section-7.10.1. curl --location --request REPORT 'https://p48-caldav.icloud.com/userID/calendars/work/' --header 'Depth: 1' --header 'Content-Type: application/xml; charset=utf-8' --head
1
0
883
Apr ’22
Reply to How to get icloud calendar freebusy information?
Pretty sure me too. My published .vfb file looks the same as the above, in other words empty. Contains no freebusy times. Interestingly when I do the following in Outlook: File --> Options --> Calendar --> FreeBusy Options --> increase Publish # months from 0 to 2 --> press OK. Then I press FreeBusy Options button again --> Publish # months has changed back to 0 again. It forgets that I've set it to 2. Why? Is this what you experience too @kingol6? Seems like a bug with iCloud calendars. I was on the phone to Microsoft Support about this yesterday and publishing freebusy times worked fine with a live.com calendar.
Topic: App & System Services SubTopic: General Tags:
Apr ’22
Do something at a specific time
I want my program to do something at a specific time. This is what I have tried: func rellotge() { countdownRellotge = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(actualitzaRellotge), userInfo: nil, repeats: true) } @objc func actualitzaRellotge() { let date = Date() let calendar = Calendar.current hour = calendar.component(.hour, from: date) minutes = calendar.component(.minute, from: date) seconds = calendar.component(.second, from: date) //print (minutes, :, seconds) if (minutes == 40 && seconds == 0){ print (do something) } } This does not work if the computer goes to sleep. Even before that, it becomes buggy. (When I print the seconds, it seems that sometimes it skips some seconds) How can I reliably make my program do something at a specific minute-second?
1
0
586
Apr ’22
Panic String: Kernel Instruction Fetch
i have iphone 11 promax ios 14.3 and i synced my data from iphone 5s ios 10, sometimes my iphone shutdown and have file panic full. i hope that it isn't hardware problem, how i can fix it? {bugtype:210,timestamp:2021-01-21 01:53:23.00 +0700,osversion:iPhone OS 14.3 (18C66),incidentid:2F9C5150-4117-4C3C-8C3D-87468B80BCDF} { build : iPhone OS 14.3 (18C66), product : iPhone12,5, kernel : Darwin Kernel Version 20.2.0: Fri Nov 13 01:00:15 PST 2020; root:xnu-7195.62.1~4/RELEASEARM64T8030, incident : 2F9C5150-4117-4C3C-8C3D-87468B80BCDF, crashReporterKey : ac9092599b2d70c77a13f6940e664e990a74a55d, date : 2021-01-21 01:53:23.47 +0700, panicString : panic(cpu 1 caller 0xfffffff00d438458): Kernel instruction fetch abort at pc 0xfffffff00d285edc, lr 0x58ee2a700ce54aec (saved state: 0xffffffe8157dba60)nt x0: 0xffffffe19edae470 x1: 0xffffffe1a07eae10 x2: 0xffffffe19f1a3960 x3: 0xffffffe1a07eae10nt x4: 0x0000000000000021 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000nt x8: 0x0000000000000015 x9: 0xfff
1
0
1.6k
Apr ’22
Reply to ios14 calendar widget does not show events from Exchange Online calendar
This is still a problem in iOS 15.4.1 in April of 2022. To be clear this is not an outlook problem - the ios Calendar is synced to just fine, the iOS Calendar app itself has the correct data. What appears to not be happening is the displayed view of the iOS Calendar widget does not get updated as its underlying calendar data has changed.. that only appears to happen when the iOS Calendar widget is selected/started, which brings up the iOS Calendar full app. It appears as if the widget is not getting updated data from the calendar app, or unable to live update its displayed face. The iOS clock updates in real time with the hands of the clock - so there should be some way for the iOS Calendar app to signal to the iOS Calendar widget that it should update its 'face'.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’22
Reply to Kernel panic on Macbook Air
I also get sometimes embedded panic string decoded: panic(cpu 3 caller 0xfffffe0021da6734): ptd 0xfffffdeddc6618c0 does not belong to iommu 0xfffffde02c4541b8 @pmap.c:15168 Debugger message: panic Memory ID: 0x6 OS release type: User OS version: 21E258 Kernel version: Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 Fileset Kernelcache UUID: 0631AF68D2B8D6FEA30E36D7895D4DB4 Kernel UUID: C342869F-FFB9-3CCE-A5A3-EA711C1E87F6 iBoot version: iBoot-7459.101.3 secure boot?: YES Paniclog version: 13 KernelCache slide: 0x0000000019c58000 KernelCache base: 0xfffffe0020c5c000 Kernel slide: 0x000000001a408000 Kernel text base: 0xfffffe002140c000 Kernel text exec slide: 0x000000001a4f0000 Kernel text exec base: 0xfffffe00214f4000 mach_absolute_time: 0x3ce14bf4e5 Epoch Time: sec usec Boot : 0x624b5137 0x000d638c Sleep : 0x624b5e1b 0x00061176 Wake : 0x624b5e65 0x000b6655 Calendar: 0x624b7c1c 0x000cc4c3 Zone info: Foreign : 0xfffffe002a2dc000 - 0xfffffe002a2ec00
Topic: App & System Services SubTopic: Hardware Tags:
Apr ’22
System Events not running
Hello! I made an AppleScript that uses variables that changes by 1 every second, in the original version, it just tells System Events to type, but I kept getting errors so I changed it to tell System Events to activate and type something. The code works, but on the lines of code that tell System Events to activate, at a random time I get an error saying System Events is not running on the line of code telling it to activate. I am very confused. I will attach the error message as well as the code. The code is from a friend, I am just posting it for him. Script Error Application isn't running tell application System Events to activate tell application System Events to activate set beg to 0 set mc to 0 set hour to 0 set search to 0 set pet to 0 set hl to 0 set ud to 0 set pm to 0 set ud to 0 set searchresult to 0 set listhl to {h, l} set listpm to {f, k} set listsearch to {north pole, advent calendar, mistletoe, christmas tree, christmas card} delay 1 set ud to some item of listhl set pm to some item of
1
0
3.4k
Mar ’22
WidgetKit doesn't fetch updated data from Core Data when WidgetCenter.shared.reloadAllTimelines() gets called
The app uses Core Data + CloudKit. When the app gets launched WidgetKit file fetches correct entries from Core Data but when I add new entries to Core Data from the main app and call WidgetCenter.shared.reloadTimelines() updated entries don't get fetched and old data is displayed inside the widget. Main app and Widget target have the same App group, iCloud capability enabled for both targets. When I call WidgetCenter.shared.reloadTimelines() from the Main app Widget reloads (timer added to Widget view sets to zero) but fetch from Core Data doesn't return newly added entries. Then I restart the app and correct entries get fetched. Why doesn't it fetch correct entries when WidgetCenter.shared.reloadTimelines() gets called and only works when app is relaunched? Widget's code: import WidgetKit import SwiftUI import CoreData struct Provider: TimelineProvider { ttfunc placeholder(in context: Context) -> HabitsEntry { ttttHabitsEntry(date: Date(), habitsCount: 0) tt} ttfunc getSnapshot(in context: Context, comple
3
0
2.9k
Mar ’22
Reply to Polish Months appear to be translated incorrectly
Could you include the code you're using? I'm getting the expected values with my source. let templateFormatter = DateFormatter() templateFormatter.locale = Locale(identifier: pl) templateFormatter.formattingContext = .standalone templateFormatter.setLocalizedDateFormatFromTemplate(MMMM) let gregorianCalendar = Calendar(identifier: .gregorian) for month in 1...12 { let date = gregorianCalendar.date(from: DateComponents(era: 1, year: 2022, month: month, day: 1, hour: 0, minute: 0, second: 0))! let formattedValue = templateFormatter.string(from: date) print(formattedValue) }
Topic: App & System Services SubTopic: General Tags:
Mar ’22
Day of the week. From String to int
Is it possible to convert a var with the day of the week to a number? (and the other way around) let diaSetmana = Monday let diaSetmana2 = 2 I know how to convert from date(): let date = Date() let calendar = Calendar.current let dateFormatter = DateFormatter() dateFormatter.dateFormat = EEEE let dayString = dateFormatter.string(from: date) I am asking for converting not from date() but from a var that I have a random day of the week
1
0
802
Mar ’22
Reply to Comparing Dates
Try this: var calendar = Calendar(identifier: .gregorian) var days = calendar.dateComponents([.day], from: (resident.infectionDate ?? Date.distantPast), to: Date.now) if days < 7 { }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’22