Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 538 Bytes

icloud-calendarnames

This is a Ruby script to pull the associated calendar names and URL's from iCloud given a username and password.

Use this script as-is if you wish in your larger projects as per LICENSE.md. I ask that my name and link to this repo is included in a code comment. It is open source.

Author: Gregory Hedrick Email: [email protected] Website: www.pixiitech.net

CONTRIBUTIONS: Send me a pull request!

Dependencies: require 'base64' require 'net/http' require 'openssl' require 'nokogiri'