-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modified code for google calendar integration #848
Closed
octocamocoder47
wants to merge
6
commits into
zulip:main
from
octocamocoder47:google-calendar-integration-847
Closed
modified code for google calendar integration #848
octocamocoder47
wants to merge
6
commits into
zulip:main
from
octocamocoder47:google-calendar-integration-847
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ogle calendar api manual
@octocamocoder47 ,please give some time reading our contribution guidelines and commit discipline. |
I have tested the code thoroughly below is link to demo. https://drive.google.com/file/d/1isjB0xGirL0Bpn0SGRz0cO8RZS58rQFd/view?usp=sharing |
This is link to the reminder script. feel free to ask if file is not accessible. |
octocamocoder47
changed the title
modified code for google calendar integration
api: Exclude None values from request payload in Endpoint class. Description: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
Jan 11, 2025
octocamocoder47
changed the title
api: Exclude None values from request payload in Endpoint class. Description: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
api: Exclude None values from request payload in Endpoint class. \nDescription: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
Jan 11, 2025
octocamocoder47
changed the title
api: Exclude None values from request payload in Endpoint class. \nDescription: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
api: Exclude None values from request payload in Endpoint class. Description: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
Jan 11, 2025
octocamocoder47
changed the title
api: Exclude None values from request payload in Endpoint class. Description: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
modified code for google calendar integration according to the new google calendar api manual
Jan 11, 2025
octocamocoder47
changed the title
modified code for google calendar integration according to the new google calendar api manual
modified code for google calendar integration
Jan 11, 2025
Description: Refactored the Endpoint class to exclude parameters with None values from the request payload. This ensures cleaner API interactions and avoids unintended behavior, improving code reliability and alignment with best practices.
pransh62390
force-pushed
the
google-calendar-integration-847
branch
from
January 11, 2025 09:03
c4ac2ec
to
0e671ba
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
modified code for google calendar integration according to google calendar new API manual
Fixes: #847 (#847 )
How did you test this PR?
I couldn't test PR because I don't have api keys and proper env setup to test it.
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following: