pimutils / pimutils/vdirsyncer

Feature: ability to filter out calendar item types from upload

Open
#812 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.9k
Forks
185
Avg merge
11h 49m
Merged PRs (30d)
1

Description

As far as I can tell, this is a feature request as it doesn't currently appear to be possible to filter out event types from upload to a storage.

There exists an item_types directive on caldav storages, but, as far as I can tell, this only filters events that are fetched, but does not stop the sync from attempting to send events of those types created in other storages.

Specifically, it doesn't appear that Fastmail supports VTODO items so I would like to have vdirsyncer avoid trying to sync them from my Xandikos server (otherwise it receives 403s from Fastmail) so that it exits cleanly.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names the caldav storage’s item_types directive and the upload/sync path, but no files or tests. Start by tracing how item_types filters fetched events and how items created in another storage are selected for upload. Add coverage for VTODO synchronization from Xandikos to Fastmail, with completion shown by skipped unsupported items and no 403 errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.