jguerinet / MyMartlet

Android version of the unofficial McGill app MyMartlet.
Apache License 2.0
10 stars 3 forks source link

Add option to export the schedule to Google Calendar #58

Open jguerinet opened 8 years ago

jguerinet commented 8 years ago

Should we use the .ics code that Selim wrote ? Or the native Android tools ?

sangmoonhwang commented 8 years ago

Hi Julien,

I started looking up some documentation on GoogleCalendarAPI and it seems like I would need an access to the Google Developer Console to use it.[1]

An alternative to this would be to use the .ics file to fire up an calendar app(including Googel Calendar).

/Simon

[1] https://developers.google.com/google-apps/calendar/quickstart/android

jguerinet commented 8 years ago

Hey Simon,

Sorry for the late response. There are 2 ways of doing it:

AllanWang commented 5 years ago

No promises but I'll look into this. I manually create events for my courses anyways so it would be useful.

jguerinet commented 5 years ago

@AllanWang this was the beginning, it needs to be Kotlinized and integrated but it's a start of an ICS exporter.