Windows agenda view is not syncing to google calendar automatically. I need to open the calendar app before events show up - calendar

Please advise if this is not a platform for asking this type of question
I have an issue with the windows agenda view that shows up underneath the calendar when clicking on the time in the taskbar.
When I receive a meeting invite on my gmail account, it won't show up on the agenda view automatically. To get it to show up I have to manually open the Windows Calendar app, and wait for it to load. Then if I check the agenda view, the event is there.
Is this normal behaviour?
Things I've tried:
Ensure that google account is added to Mail and Calendar app. (removed and re-added it too)
Ensure that mail, calendar, and contact syncing is turned on in manage account settings

Related

google calendar javascript api: how to create a calendar in my google account and not in oauth authenticated user?

I'm thinking on my scenario and there is a point I cannot manage to bring to a valid approach:
I have a web app where users log in and, among other things, they can create calendars. If this calendars are marked as publics, all users can see them.
I want them to be able to sync the calendars with their google calendar account. I have this already implemented using gapi.
The problem is when, after a while, any user updates an event of a calendar which other user had synchronized before. He is not going to see the changes in his google calendar, as I'm not able to send him updates since he is not logged into the app.
So, my idea was to create all calendars in our own account, and whoever wants to have it in their google account, just have to subscribe to it. I would do that with gapi.acl lib.
What I don't know how to do is: when the first user wants to syncronize the calendar, it should first be created in our own google account, so that the user will be able to subscribe to it...
But how do I change the account where to create a calendar using gapi?
Maybe it is a stupid question but I cannot manage to find out how to do it.
Thanks in advance!!!!
But how do I change the account where to create a calendar using gapi?
You cant, what you are trying to do is get offline access to a users Google calendar data. OffLine access means that your application can access the users account when the user is "offLine" as in not there. This being a fully automated functionality of your application.
You need to request permission of the user for "offline" access once that is granted you are given a Refresh token the refresh token can then be used to request a new access token when ever your application needs even if the user is "offline".
Your problem being that JavaScript is client side this means that the code is running in the users browser. Due to major security concerns offline access is not something you can request using JavaScript you need to use a server sided programming language.
Maybe it is a stupid question but I cannot manage to find out how to do it.
I don't think its a stupid question but I do think there are some major wholes in your applicating design.
You first need to think of if users really want you writing to their personal calendar account.
Then you need to consider weather or not you want to be writing and sharing your personal calendar with a bunch of unknown users.
There are also major limitations to the number of writes or inserts you can make to a single calendar per day so storing everyone's calendar data in your own calendar is going to not only messy but it may end up overloading your request limit.
Once all that is added up have you considered the verification process this application is going to have to go though. How will you justify your application to googles security review, I am writing to a users calendar, I am storing users calendar data in my own personal calendar ....

Facebook Messenger Page webhook missing

I was create new app and for testing purposes I using Ngrok, for generating temporary URLs for my localhost, everytime it expires I must in app change that URL. Apps before have a option to subscribe again to different URL, but now I cannot change it.
It shows me only few options without page subscription and in Messenger Settings I can only add another permissions to my app. No way to change URL of page subscription. My solution for now is deleting apps and creating new.
Any new changes in this platform? Week ago I was develop apps with pages permissions without any problem and change it periodically.
Now I see only this:
Any help, or solution?

how to automatically sync extjs calendar with outlook calendar without using .ics

I have ExtJS Calendar as a centralized calendar, users will access this calendar.
I want this to be automatically synchronize with users outlook calendar. as of now i am using ICS attachment but, i need a solution which will not force me to download attachment. It should automatically update user outlook calendar.
Please help on this.

Scraping calendar data for WinRT app development

I am developing an app for WinRT tablet which requires data from Windows8 Calendar app .
I am trying to use Windows.ApplicationModel.Appointments api of win 8.1 preview .
Will it help ? What other api's can be helpful to me to extract data of a user from his calendar ?
The Appointments API is designed to provide a way to manage appointments on the user's calendar without granting access directly to that data. The app can manage the appointments that it sourced, for instance, but cannot delete arbitrary appointments.
Otherwise the Calendar app doesn't provide open access; the user's calendar that's associated with their live ID can be accessed through the Live SDK, although that will be limited to just their Live calendar data and not other associated calendars.

AppEngine Application is missing

I just created my apps account, and created my app engine application, yesterday. I used Eclipse to upload my app and everything was wonderful yesterday. Today... the application is missing. I log into my appengine account and my app is no longer listed; I only see the "create application" button. I tried creating the app again, with the same ID, but I get the "invalid" message. Despite all this, I'm able to bring up my site via the main-domain.appspot.com. Please help. Why can't I see my app in the appengine console?
The most likely cause is that you're logged into a different account. This can happen sometimes if there was confusion about mutli-login. Try these steps to find your application:
Open a fresh incognito or private browsing window
Go to http://appspot.com and log into one Google account
See if your application is listed. If not, close your private browsing window to clear the session, and try it again for one of your other accounts.
Once you've found your application, it may be owned by the wrong account. You can fix this by moving ownership to your preferred account.
Navigate to the dashboard for your application.
On the left side menu click 'Permissions' under 'Administration'.
Add your preferred account as an owner.
Log into your preferred account and check your email. You will need to accept an invitation to take ownership of the application.
Reload the permissions page on the application dashboard. You should see both accounts listed as owners.
Remove any unwanted accounts from the owners list. (Remember, you need at least one owner!)

Resources