https://github.com/sebastianaigner/osx-calins
Inspect and export subscribed OS X calendars, get subscription URLs for iCloud calendars.
https://github.com/sebastianaigner/osx-calins
caldav calendar icloud-calendars macos osx subscription-urls
Last synced: 30 days ago
JSON representation
Inspect and export subscribed OS X calendars, get subscription URLs for iCloud calendars.
- Host: GitHub
- URL: https://github.com/sebastianaigner/osx-calins
- Owner: SebastianAigner
- Created: 2016-05-14T00:40:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T19:28:26.000Z (about 2 years ago)
- Last Synced: 2025-03-31T07:11:13.836Z (2 months ago)
- Topics: caldav, calendar, icloud-calendars, macos, osx, subscription-urls
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS X Calendar Inspector [](https://travis-ci.org/SebastianAigner/osx-calins) [](https://www.codacy.com/app/sebastian-aigner/osx-calins?utm_source=github.com&utm_medium=referral&utm_content=SebastianAigner/osx-calins&utm_campaign=Badge_Grade)
Inspect and export subscribed OS X calendars, get subscription URLs for iCloud calendars.
# Description
The OSX Calendar Inspector is a little tool that makes it possible to create a report of all the currently configured calendars in your "Calendar" app on Mac OS X, thus helping you exporting them and subscribing to them on all the platforms of your liking!# Usage
This program is super simple. Open the GUI and you'll be presented with a table of the names of your calendars and the appropriate CalDAV URLs. Double-click on an entry to copy its CalDAV URL into your clipboard.Use the buttons on the bottom of the user interface to export to plain text and HTML.
# Why?
If you are on your way through life on more platforms that just OS X, it might be desirable to be able to subscribe to your iCloud calendars on your other devices (Android, platforms where you're running Thunderbird etc.).For some reason, Apple makes it very hard to subscribe to your iCloud calendars with other devices. This program solves that issue.
# How?
This project scans the `~/Library/Calendars`directory of the current user, parses through the endless barrage of weirdly named subfolders and contained `plist` files and displays the relevant information in a clear fashion.