We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
override func eventsForDate(_ date: Date) -> [EventDescriptor] { SNAPIManager.shared.getDayVehicleLogsGroup(date: date, deviceID: carKey.device_publicid, logType: Int(KFStoredLogType.dust.rawValue)) { vehicleLogGroups, error in if let error = error { Toast.init(text: error).show() return } if let vehicleLogGroups = vehicleLogGroups { self.generatedEvents = self.generateEventsForLogs(vehicleLogGroups) self.reloadData() } } return generatedEvents }
The text was updated successfully, but these errors were encountered:
This is better asked on stackoverflow.com
Sorry, something went wrong.
No branches or pull requests
New Issue Checklist
Issue Description
Code I'm using with CalendarKit
The text was updated successfully, but these errors were encountered: