anoopt / ms-graph-create-event-msal

📆 A GitHub action to create Outlook calendar event with Microsoft Graph using MSAL
1 stars 1 forks source link

How to port this to Google Calendar? #4

Open kellijohnson-NOAA opened 3 months ago

kellijohnson-NOAA commented 3 months ago

Thank you @anoopt for creating such a great GitHub action. I am curious if you have thought about making another action or extending the capabilities of this action to port to a google calendar rather than just a Microsoft calendar through ms-graph? I looked in the GitHub marketplace and could not find any equivalent to your action for Google Calendar that was part of the open source community. Thank you in advance for considering it.

anoopt commented 3 months ago

Thank you @kellijohnson-NOAA for your comment. I haven't worked with Google Calendar APIs before. I need to look into the setup part (auth) before creating the action. It will be something on the lines of this GitHub action.

kellijohnson-NOAA commented 3 months ago

That would be really great if you could help create one or modify this one. I am willing to help develop it and test it out as I use Google products but I have never designed a reusable GitHub action before. Please let me know if you would like help.