forked from myuhe/org-gcal.el
-
Notifications
You must be signed in to change notification settings - Fork 47
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
use oauth2 lib and remove deferred dependency #14
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
577d9c8
use oauth2 lib and remove deferred dependency
kidd 902ba3b
remove unused a-token param
kidd 8c3ac27
use asynchronous http requests
kidd df30932
removed useless parameters
kidd 3db1dcf
fix end date param on POST
kidd 5121427
add org-gcal--post-event-internal
kidd 0cceb1e
Fix asynconicity with threads
kidd c357005
Merge branch 'master' into oauth2
kidd 4fa4092
avoid multiple token fetch
kidd 0e52bb0
fix function names and params missmatch
kidd 9555a26
remove thread epxeriment
kidd e09fe27
remove call to non-existing function
kidd 38c68fc
reduce the number of times plstore asks for a password
kidd dddfdcf
update dpendencies. require oauth2.el
kidd c3ee02a
Fix docstring
kidd d2861b0
port #19 to oauth2 branch
kidd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Emacs 26.1 only ?
Just an idea, but how about carrying extra variables as
symbol-plist of calendar-id or something ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nah, the make-thread was just a crazy test. I guess this branch is turning into an 'experimental' branch. sorry for the confusion.
I don't fully get you on the plist for the calendar-id. What would it solve?
The remaining problem here is that:
I've been looking at google-contacts.el, calfw.el, and other similar packages and all of them have hacks around those. I'll revert the thread thing, but not sure what's the next thing to try :(. Feel free to throw ideas in.