vdirsyncer.timeRange
A time range to synchronize. start and end can be any Python
expression that returns a datetime.datetime
object.
- Type
null or (submodule)- Default
null- Example
{ end = "datetime.now() + timedelta(days=365)"; start = "datetime.now() - timedelta(days=365)"; }- Declared
- <home-manager/modules/programs/vdirsyncer/accounts.nix>