nylas-samples / nylas-hacktoberfest-2023

Build with Nylas
MIT License
8 stars 13 forks source link

Using Nylas Python v3 SDK, create a code sample to delete calendar event #46

Closed relaxedtomato closed 11 months ago

relaxedtomato commented 11 months ago

Using Nylas Python v3 SDK, create a code sample to delete calendar event

aakzsh commented 11 months ago

Hi @relaxedtomato, I recently implemented this functionality in my project Planorama for Nylas hackathon. Could you please assign this issue to me?

Also one doubt, how should I implement it?

  1. Should I make a python script that'll show the users their calendar event with respective ids, and then take the input of calendar id to delete that?
  2. Should I create a flask application which would have a web interface for showing the same features?

Thanks!

relaxedtomato commented 11 months ago

Hi @aakzsh - thanks for the inquiry. Doing the 1. python script is sufficient. You will need to use the Python v3 SDK, are you currently using this?

Will assign the ticket now, Send your email over to devrel at nylas.com with the subject: hacktoberfest23, and we'll quickly send account details 👍

aakzsh commented 11 months ago

Oh I see, sure I'll use v3 SDK, wasn't using it until now. And yes, I'll drop you an email! Thanks

relaxedtomato commented 11 months ago

Thanks for the email, next steps:

  1. @aakzsh accept verification email from Nylas
  2. @relaxedtomato to set up dev dashboard for testing
  3. @relaxedtomato to provide access to dev dashboard for creating credentials
relaxedtomato commented 11 months ago

@aakzsh, steps 1, 2, and 3 from prev. comment are complete and you should have received a message to access the dev dashboard.

Let us know if any comes up as you prepare the code sample :)

aakzsh commented 11 months ago

hey @relaxedtomato, could you please check pr #77

relaxedtomato commented 11 months ago

Resolved by PR #77