7 Practical std::chrono Calendar Examples (C++20)
A practical guide with C++20 code examples for using std::chrono's calendar types to solve common date calculation problems.
A practical guide with C++20 code examples for using std::chrono's calendar types to solve common date calculation problems.
An overview of the new calendar and date types introduced in C++20's std::chrono library for expressive and type-safe date manipulation.
A developer's build log for PocketCal, an open-source web app for creating and sharing calendar date groups via URL, created with GitHub Copilot.
Designing Google CalDAV support for pimsync, focusing on Google's unique calendar paths and OAuth authentication flow.
Developer explains why adding calendar 'owner' metadata sync to Pimsync was impractical due to WebDAV property structure and potential data conflicts.
A macOS app that displays the current week number in the menu bar, with customization options and a widget.
A simple macOS menu bar app for quick calendar access, supporting Calendar and Google Calendar integration.
A technical guide on creating a new calendar programmatically using Apple's EventKit framework in Swift, focusing on handling EKSource.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A technical exploration of date/time complexities, timezone changes, and edge cases in software scheduling, framed as a historical scenario.
A tutorial on using iOS EventKit framework to programmatically save events to a user's calendar from within an app.
A technical tutorial on how to request permissions and load calendar events from the iOS EventKit framework using Swift.
A guide on implementing the EKCalendarChooser from EventKitUI in Swift to let iOS users select calendars within an app.
A guide on using EKEventEditViewController in Swift to let users save events to the iOS system calendar, covering setup, permissions, and delegate handling.
A guide on how to change the weather temperature display from Fahrenheit to Celsius in the Outlook 2013 calendar.
Fixing Lightning calendar and Thunderbird integration issues after an Ubuntu Intrepid clean install by installing libstdc++5.