Skip to content
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

allow for per instance authentication details. #4

Open
airtonix opened this issue Jul 29, 2013 · 0 comments
Open

allow for per instance authentication details. #4

airtonix opened this issue Jul 29, 2013 · 0 comments

Comments

@airtonix
Copy link

Currently django-gcal assumes that there should only be one set of authentication details for the entire django project.

project owns all observed model instances

In my case, each user on the project will want their related observed model instances sync'd with their own google calendar account, which requires that the observer dynamically obtain the client authentication details.

user owns their subset of observed model instances

I suspect that there needs to be a change in how client details are obtained around :
https://github.com/incuna/django-gcal/blob/master/djangogcal/observer.py#L67-L74

There will also need to be a similar approach to the feed url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant