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
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.1.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for timetree_sdk-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb279421d53714a55af8c79b108c640e43550a28a4f81b48b7d4c43f92fc0b2 |
|
MD5 | 76e1ce3ecfb0aae6ab4f0cc32888f467 |
|
BLAKE2b-256 | 9ffb14a8d64e86a382c59e20812281bfdb0a523de40024a170777bc0905632c2 |