Kirill
Kirill

Reputation: 459

Use Google Calendar API at Azure

I use Google Calendar API to download events from my google calendar. It works on local machine fine. But id doesn't work after publish it on Azure because it use FileDataStore and app hasn't access to azure file system.

I also used EFDataStore but it doesn't work on Azure too.

Upvotes: 0

Views: 694

Answers (1)

Eilimint
Eilimint

Reputation: 307

I'm hosting on Azure too.

I created a datastore using Azure Table Storage.

Here's a link to my gist

Just change it to your connection string and it should work.

Upvotes: 1

Related Questions