Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Engine Calendar Sample of Parsing and Saving Recurring Events #68

Closed
wonderfly opened this issue Jan 10, 2015 · 1 comment
Closed
Assignees
Labels
imported 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@wonderfly
Copy link
Contributor

From shaun.cl...@lexmatter.com on October 25, 2010 07:46:57

Which API and version (e.g. Google Calendar Data API version 2)? 2.0 What format (e.g. JSON, Atom)? JSON/Java What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin )? OAuth 1.0A Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)? Java 6, App Engine 1.3.8 External references, such as API reference guide? Please provide any additional information below. I am currently syncing the calendar into the datastore and I need to handle recurrence. So far I can get the recurrence string, for example:

DTSTART;TZID=America/Los_Angeles:20101025T080000
DTEND;TZID=America/Los_Angeles:20101025T093000
RRULE:FREQ=WEEKLY;BYDAY=MO
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE

but I have no clue how to parse it properly and I am wondering why their are several RRULE entries. Thanks!

Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=51

@wonderfly
Copy link
Contributor Author

From yan...@google.com on November 12, 2010 05:56:40

Status: Accepted
Labels: -Priority-Medium Priority-Low

@wonderfly wonderfly removed their assignment May 19, 2016
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants