Skip to content

Commit

Permalink
comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Apr 8, 2024
1 parent 10c5c3d commit 1281818
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions functionality/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
# 4 red
# 5 yellow

# {
# "installed": {
# "client_id": "740507740098-e2nqpm160vrnuskd27i90bi9t8tp987i.apps.googleusercontent.com",
# "project_id": "meta-rayban-glasses",
# "auth_uri": "https://accounts.google.com/o/oauth2/auth",
# "token_uri": "https://oauth2.googleapis.com/token",
# "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
# "client_secret": "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",
# "redirect_uris": [
# "http://localhost"
# ]
# }
# }
def create_google_calendar_event(title, description, date, time, duration=1, color_id=0 | 9):
# TODO: handle reminders using google-reminders-cli
# https://github.com/jonahar/google-reminders-cli/tree/master
Expand Down Expand Up @@ -76,13 +63,13 @@ def create_google_calendar_event(title, description, date, time, duration=1, col
print(f'Event created: {event.get("htmlLink")}')


create_google_calendar_event(
title="Project Review",
description="Discuss progress and next steps for Q2 launch",
date="2024-04-10",
time="14:00",
duration=1
)
# create_google_calendar_event(
# title="Project Review",
# description="Discuss progress and next steps for Q2 launch",
# date="2024-04-10",
# time="14:00",
# duration=1
# )

# TODO: be able to retrieve events
# - Your next event
Expand Down

0 comments on commit 1281818

Please sign in to comment.