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

Remotestorage #265

Merged
merged 5 commits into from
Nov 4, 2015
Merged

Remotestorage #265

merged 5 commits into from
Nov 4, 2015

Conversation

@untitaker
Copy link
Member Author

For anybody wanting to try, this is a basic config that synchronizes a CalDAV server with remoteStorage. You can then use Taskrs to view todo items.

[general]
status_path = ~/.vdirsyncer/status/

[pair calendars]
conflict_resolution = b wins
a = calendars_dav
b = calendars_rs
collections = ["from a"]
metadata = ["color", "displayname"]

[storage calendars_dav]
type = caldav
url = https://example.com/caldav/
username = ...
password = ...

[storage calendars_rs]
type = remotestorage-calendars
account = foo@5apps.com

The application will abort on first launch and tell you to add a line to the storage calendars_rs section.

@untitaker
Copy link
Member Author

Installation:

virtualenv env
env/bin/pip install git+https://github.com/untitaker/vdirsyncer@remotestorage

Executable is under env/bin/vdirsyncer.

@untitaker untitaker force-pushed the remotestorage branch 7 times, most recently from 989568d to 316107b Compare September 12, 2015 16:01
@untitaker
Copy link
Member Author

I wonder if this should become compatible with the standardized Contacts scope.

I worry that we won't be able to losslessly translate all vcards into this format.

@untitaker
Copy link
Member Author

@untitaker untitaker merged commit 8241042 into master Nov 4, 2015
@untitaker untitaker deleted the remotestorage branch November 28, 2015 17:55
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

Successfully merging this pull request may close these issues.

1 participant