Skip to content
New issue

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

[fantastical] Automatically export/configure defaults/settings #14

Open
0xdevalias opened this issue Jun 2, 2020 · 0 comments
Open

Comments

@0xdevalias
Copy link
Owner

Some settings are able to sync via a paid subscription, but seemingly not everything. There also doesn't appear to currently be a built in way of exporting/re-importing our settings on a different computer.

It seems that the settings are stored in the following location (at least on my machine)

⇒  ls ~/Library/Containers | grep -i flexibits
85C27NK92C.com.flexibits.fantastical2.mac.helper/
com.flexibits.fantastical.core.libical-XPC/
com.flexibits.fantastical2.mac/
com.flexibits.fbcaldav.FBCalDAV-XPC/
⇒  ls ~/Library/Containers/com.flexibits.fantastical2.mac/Data/Library/SyncedPreferences
com.flexibits.fantastical2.mac.plist
  • This file seems to include the flexibits account sync key and similar, but still doesn't appear to have the full preferences
find ~/Library/Containers/*flexibits* -type f

We can use defaults read for at least some of the settings, unsure if it correlates perfectly with the built in preferences as I haven't compared:

 defaults read com.flexibits.fantastical2.mac
  • This seems as though it may correlate with ~/Library/Containers/com.flexibits.fantastical2.mac/Data/Library/Preferences/com.flexibits.fantastical2.mac.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant