Skip to main content

TimeTree API SDK for Python

Project description

TimeTree SDK for Python

TimeTree API SDK for Python.

Installing

$ pip install timetree-sdk

Usage

from timetree_sdk import TimeTreeApi

api = TimeTreeApi('TIME_TREE_API_ACCESS_TOKEN')
calendar = api.get_calendar('TIME_TREE_CALENDAR_ID')
print(calendar.data.attributes.name) # output your calendar name

API

User

  • get_current_user

Calendar

  • get_calendars

  • get_calendar

  • get_calendar_labels

  • get_calendar_members

Event

  • get_event

  • get_upcoming_events

  • create_event

  • delete_event

  • update event

Event Comment

  • create comment to event

Documentation

Official API documentation

English: https://developers.timetreeapp.com/en/docs/api

Japanese: https://developers.timetreeapp.com/ja/docs/api

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timetree-sdk-0.1.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

timetree_sdk-0.1.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page