rtens / xkdl

Task manager, scheduler and time tracker
1 stars 2 forks source link

import google calendar #11

Open rtens opened 9 years ago

rtens commented 9 years ago

In order to produce a realistic schedule, appointments need to be considered. Let's import them as tasks with a fitted window and deadline.

cebe commented 9 years ago

I have implemented an ICAL export for the tasks in my project. Can share the code for that if needed. It is kind of quick and dirty solution but works.

rtens commented 9 years ago

cool thanks for the offer but that's for import tasks into another calendar, right? I actually want to do it the other way around and show appointments from the calendar as tasks so they are considered in the schedule.