-
Notifications
You must be signed in to change notification settings - Fork 41
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
[TODO] Create a new component to mark the event on their Calendar #100
Comments
i want to work on this issue. please assign it to me. |
Hey @Dnouv, I would really like to work on that issue; |
Hey @VanshulB Thank you for taking up the issue. I have a question. Could you please explain how you will implement the Google Calendar Add feature? Will it be something like redirecting the user using some magic link? (What happens if a user is not logged in with Google), also, as you have seen on some websites, when you click on "Add to Outlook," it opens up the Outlook App on Windows, is there any specific API calls required for that? And also, please consider the edge cases where Outlook is not present on the Device. Thank you! |
Hey @Dnouv I apologise for the delayed reply. Regarding the Google Calendar Add feature can be done using the Google Calendar API. This API provides a set of RESTful endpoints that allows you to create, update, and manage events in a user's Google Calendar. In terms of redirecting the user, one approach could be to use the authorization flow provided by the Google API. This would require the user to log in with their Google account and grant permission for the application to access their Google Calendar. Once the user has granted permission, the application can use the API to create the event on the user's behalf. If the user is not logged in with Google, the application can redirect them to the Google sign-in page. After the user logs in, the application can then request permission to access their Google Calendar. As far as Outlook is concerned, personally I haven't seen any links opening an Outlook Calendar app into my laptop, what I have seen is that it redirects to Here is a sample link that you can try What do you think about that? Is this correct? Thank You! |
Thanks for researching more on this. Please go ahead to implement this component. |
It is quite a valuable feature to have the event marked on their calendar so that the event attendee or Speaker can schedule their time. And also, get a reminder in case they forget about it.
It should have the following export options:
Please feel free to comment and ask questions, if any. Thank you!
The text was updated successfully, but these errors were encountered: