germanzero / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Saving Recurring events from Google calendar api #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am getting all the events from my google calendar with the php version of 
calendar api (with oauth token). But for recurring events it just give one line:
[recurrence] => Array
                (
                    [0] => RRULE:FREQ=DAILY;COUNT=3
                )

Please assist me how to find this in detail as well. I want that these 
recurrence event will also show its detail with its parent event.

Regards
Victor

Original issue reported on code.google.com by smaartda...@gmail.com on 17 Apr 2013 at 7:01

Attachments: