Skip to content

Instantly share code, notes, and snippets.

@henri
Last active March 1, 2020 22:18
Show Gist options
  • Save henri/5343db180aba72922b834602c689de1f to your computer and use it in GitHub Desktop.
Save henri/5343db180aba72922b834602c689de1f to your computer and use it in GitHub Desktop.
iOS Calendar Trasnfer (off-line)
# One approach to the transfer of entire calendars or even multiple calendars
# between iOS devices (or from an iOS device to another device using an .ics file)
# is to backup the iOS device using iMazing <https://imazing.com>, then click on
# the calendar and select the calendar(s) and events to export, then select export.
# You will now have an .ics file which will be able to be imported into almost
# any modern calendar system.
#
# I like using Calanders 5 <https://readdle.com/calendars5> it is a nice iOS
# Calnders App. I origionally started using because it would show multi
# day events as a line over those days which the built in iOS calander app
# is not yet supporting in terms of display optons.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment