File: const.py

package info (click to toggle)
python-gcal-sync 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 4,994; sh: 9; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
"""Constants for gcal_sync."""

# Local storage constants
CALENDAR_LIST_SYNC = "calendar_list_sync"
EVENT_SYNC = "event_sync"
ITEMS = "items"
SYNC_TOKEN = "sync_token"
SYNC_TOKEN_VERSION = "sync_token_version"