google-calendar-api
Gdata signed request error: "Unknown authorization header"
I have a problem with Updating and Deleting events using signed requests. Inserting events works just fine. But when Updating and Deleting I receive an \"Unknown authorization header\" 401 error.[详细]
2023-03-20 01:45 分类:问答Read google public calendar
I need to read the RSS feed of google Calendar.开发者_如何学运维It is publicly available in a site.[详细]
2023-03-19 13:00 分类:问答Google Calendar PHP retrieve events from multiple calendars
I was following a tutorial on using the Google Calendar API with the ZEND Framework(http://maestric.com/doc/php/google_calendar_api). I am able to retrieve events from my default calendar by setting t[详细]
2023-03-19 06:29 分类:问答What is the best way to modify a specific field in a form?
Specifically what I\'d like to do is \"alter\" one of the fields in the Google Calendar field entry for my own purposes. Namely the location is almost always going to be one of four locations, but the[详细]
2023-03-18 16:50 分类:问答Google App Script Calendar API - createAllDayEvent() method not working as expected
I\'ve opened an issue about (what I assume) is a bug in Google App Scripts but it doesn\'t look like its being monitored so I wondering if anyone has a work around for my problem.[详细]
2023-03-18 03:19 分类:问答google calendar api not returning recurring events
I\'m trying to pull a list of events from my Google Calendar based on a date range, most of which are recurring events. The following code returns events that were entered during the date range, but n[详细]
2023-03-17 08:48 分类:问答reading recurring events google calendar api
I am developing a front-end application accessible for blind people. I create, delete and update events successfully. My problem is that I want to get the properties of a recurring event, i.e if it\'s[详细]
2023-03-17 00:37 分类:问答Fetch a specific Google Calendar event
Is there a way to get a single event using the Google Calendar .NET API or do I have to fetch all events and loop through them?[详细]
2023-03-16 16:32 分类:问答Is it possible develop an asp.Net application that creates events on Google Calender? [closed]
Closed. This question is se开发者_如何学Ceking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answ[详细]
2023-03-16 13:31 分类:问答Set event author with Google Calendar API
I\'m trying to set the author when adding an event to a Google Calendar with this code: CalendarService service = new CalendarService(\"TestApp\");[详细]
2023-03-16 12:44 分类:问答