I'm creating a calendar app that requires me to link and sync with multiple calendars. I've already implemented Google, and Microsoft. However, i'm having a difficult time looking for documentations on how i'll be able to retrieve and save events from an apple calendar through my web application.
Does anyone have any leads? Any help would be much appreciated!
Related
I'm currently having a lot of trouble with the google API support team and was wondering if anyone had figured out their process. I'm developing an extension that uses identity.launchWebAuthFlow() to authenticate with google for google drive access. Since July 2017, google has started requiring "Verification" for oauth. As I don't own my extension's domain {random}.extensions.allizom.org, I have no idea how to pass their verification requirements.
You can read about that process here: https://developers.google.com/apps-script/guides/client-verification
They've rejected me once saying my client id is deleted or invalid or does not need verification - I verified that the client exists, is still servicing requests, and still produces the unverified warning screen detailed in the link above.
When I reached out specifically to webstore support, the response said:
Dear Brandon,
Thank you for contacting Chrome Web Store Developer Support! I understand that you're having an issue regarding developing a web extension for both Chrome and Firefox using Google Drive API. As much as I'd love to assist you, unfortunately, our team cannot offer much support on this matter. My best advice is to ask the community on Stackoverflow, or create a bug report directly to the Chrome Browser/Extension experts using the Chromium Public Issue Tracker. The engineers are actively working on the reported problems on this list, so I'm sure that you'll be able to get the information that you're looking for.
I appreciate your understanding and cooperation. Please let me know if there's anything else I can do for you, I'm happy to assist. :)
Warm Regards,
[Redacted]
Chrome Web Store Developer Support
Again the major problem here is that I cannot prove ownership of the identity.getRedirectUri() for my extension as the requirements state. I know other addons use google APIs, but I don't know if this verification process is a way to ban firefox developers from the google api ecosystem.
As a bit of question justification, I can find no documentation anywhere from July 18 2017 or later where developers have run into this, and I think this question will provide significant value to any Firefox addon developers who seek to use any of Google's APIs.
I need to add/edit/del events to a shared Google cal using visual basic or Access (not using VB.NET) to post events from a custom desktop calendar built in Access and some VB. My goal - users can have an internal office calendar used for years and fully integrated with office functions, while choosing to share some of these events on a Web calendar for scheduling.
I can find others not using VB.NET who want to do the same, but none of their posts have been successful in finding out how.
If I cannot use the google API with VB (not vb.net) can I use vbscript to add/del calendar events? I found some sample code that was successful for adding an event with vbscript, but no successful code in vbscript to del or edit (tho others have tried).
Appreciate any help/suggestions on this. After hours across 2 days searching, this group looks like my final hope.
Thanks,
Mark
I had my app in the marketplace for around an year and recently found it was unlisted. I think it might be because one of the instances of the app was using the old API. I fixed it but found no way to inform Google so the listing could be activated again.
Today, I found that the listing has completely been deleted from the marketplace.
Can someone help sharing insights on what might have happened or what is the process to bring back the listing? Or perhaps how to reach out to someone at Google to help resolve this?
Many Thanks
The Google Apps Marketplace V1 (GAM v1) is being deprecated, during this process the applications that were not migrated to the new version (GAM v2) were unlisted.
Here you can find information about the GAM v2 and how to publish your app in this new platform. https://developers.google.com/apps-marketplace/
One difference is that the new listing version runs under Chrome web store https://chrome.google.com/webstore/developer/dashboard
Is there any way to interact with the Windows Phone 7 calendar?
I have some basic goals of reading from and writing to the calendar and I'm not sure there is a way to do this.
From what I can vcard and ical support are not even there.
The latest(as of August, 2011) release of WP7, codenamed Mango and WP7.1, DOES allows a read only access to calendar and contacts data.
Best way is to listen directly from horse's mouth. Check out the documentation at http://msdn.microsoft.com/en-us/library/hh202972%28v=VS.92%29.aspx
The current release of Windows Phone 7 does not allow developers to build applications that interact with the Calendar (see this thread). At this stage, as lukas suggested, you need to roll out your own controls and services to synchronize with Google Calendar, Outlook, etc. You can also look at integrating your application with Live Calendar (see MickN's links in this thread)
HTH, indyfromoz
Im not 100% sure but it is not avaible for now.
Just some free thoughts: Maybe you can interract with a google or outlook calendar in your app via webservices and your user will have the synchronization between the phone calendar and web calendar so maybe this is the way, but I'm just thinking :)
I started wondering today if it would be possible to integrate Joomla+CB with Google apps.
If that would be possible we could have one great product!
The first thing that I would want to integrate is the logon-process, one login for Joomla+Google apps.
Then it would be great to have some Google apps modules:
- your latest e-mails
- your next calendar entries
- your google talk buddies online/offline
- your most recent docs and spreadsheets
This question has too many sides to it.
I'll provide the answer to the logon process. There's an extension called Ulti RPX.
It has some bugs and I've had to make many small changes to get it working well for me, but you can easily understand it and change it to provide your users with the integrated logon that you desire.